#B2AF49

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

Shades of Brass #B2AF49

Tints of Brass #B2AF49

Color information

#B2AF49 (or 0xB2AF49) is unknown color: approx Brass. HEX triplet: B2, AF and 49. RGB value is (178,175,73). Sum of RGB (Red+Green+Blue) = 178+175+73=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AF49 is #4D50B6. Grayscale: #A4A4A4. Windows color (decimal): -5066935 or 4829106. OLE color: 4829106.

HSL color Cylindrical-coordinate representation of color #B2AF49: hue angle of 58.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2AF49 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB17817573-
CMYK00.020.590.30
HSL58.29º41.83%49.22%-
HSV(B)58.29º58.99%69.8%-
XYZ34.8940.6112.3-
YUV164.2776.49137.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 175 (68.75% from 255) = 41.08%
BLUE value IS 73 (28.91% from 255) = 17.14%
R=41.78%
G=41.08%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781757300.020.590.3058.2941.8349.22
HexB2AF49023B1E3a2a31
Octal262257111027336725261
Binary1011001010101111100100101011101111110111010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AF49; }

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

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

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

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

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

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

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

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