#b3a540

Color #B3A540 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #B3A540

Tints of Brass #B3A540

Color information

#B3A540 (or 0xB3A540) is unknown color: approx Brass. HEX triplet: B3, A5 and 40. RGB value is (179,165,64). Sum of RGB (Red+Green+Blue) = 179+165+64=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A540 is #4C5ABF. Grayscale: #9E9E9E. Windows color (decimal): -5003968 or 4236723. OLE color: 4236723.

HSL color Cylindrical-coordinate representation of color #B3A540: hue angle of 52.7º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3A540 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB17916564-
CMYK00.080.640.30
HSL52.7º47.33%47.65%-
HSV(B)52.7º64.25%70.2%-
XYZ32.9736.8610.23-
YUV157.6775.14143.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 43.87%
GREEN value IS 165 (64.84% from 255) = 40.44%
BLUE value IS 64 (25.39% from 255) = 15.69%
R=43.87%
G=40.44%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791656400.080.640.3052.747.3347.65
HexB3A54008401E352f30
Octal26324510001010036655760
Binary1011001110100101100000001000100000011110110101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3a540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3a540; }

 p { color: rgb(179,165,64); }

 H1.HeaderClassName
 {
   color: #b3a540;
 }
 .AnyTagClassName
 {
   color: #b3a540;
 }
</style>
background-color css

<style>
 a { background-color: #b3a540; }

 a { background-color: rgb(179,165,64); }

 div.DivClassName
 {
   background-color: #b3a540;
 }
 .BgClassName
 {
   background-color: #b3a540;
 }
</style>
border-color css

<style>
 span { border-color: #b3a540; }

 span { border-color: rgb(179,165,64); }

 td.TdClassName
 {
   border-color: #b3a540;
 }
 .TagClassName
 {
   border-color: #b3a540;
 }
</style>