#B5AF49

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

Shades of Brass #B5AF49

Tints of Brass #B5AF49

Color information

#B5AF49 (or 0xB5AF49) is unknown color: approx Brass. HEX triplet: B5, AF and 49. RGB value is (181,175,73). Sum of RGB (Red+Green+Blue) = 181+175+73=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AF49 is #4A50B6. Grayscale: #A5A5A5. Windows color (decimal): -4870327 or 4829109. OLE color: 4829109.

HSL color Cylindrical-coordinate representation of color #B5AF49: hue angle of 56.67º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5AF49 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18117573-
CMYK00.030.600.29
HSL56.67º42.52%49.8%-
HSV(B)56.67º59.67%70.98%-
XYZ35.5940.9612.33-
YUV165.1775.99139.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 73 (28.91% from 255) = 17.02%
R=42.19%
G=40.79%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811757300.030.600.2956.6742.5249.8
HexB5AF49033C1D392b32
Octal265257111037435715362
Binary1011010110101111100100101111110011101111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF49; }

 p { color: rgb(181,175,73); }

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

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

 a { background-color: rgb(181,175,73); }

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

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

 span { border-color: rgb(181,175,73); }

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