#B4AA49

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

Shades of Brass #B4AA49

Tints of Brass #B4AA49

Color information

#B4AA49 (or 0xB4AA49) is unknown color: approx Brass. HEX triplet: B4, AA and 49. RGB value is (180,170,73). Sum of RGB (Red+Green+Blue) = 180+170+73=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AA49 is #4B55B6. Grayscale: #A2A2A2. Windows color (decimal): -4937143 or 4827828. OLE color: 4827828.

HSL color Cylindrical-coordinate representation of color #B4AA49: hue angle of 54.39º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4AA49 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB18017073-
CMYK00.060.590.29
HSL54.39º42.29%49.61%-
HSV(B)54.39º59.44%70.59%-
XYZ34.438.9312.01-
YUV161.9377.81140.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 73 (28.91% from 255) = 17.26%
R=42.55%
G=40.19%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801707300.060.590.2954.3942.2949.61
HexB4AA49063B1D362a32
Octal264252111067335665262
Binary10110100101010101001001011011101111101110110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AA49; }

 p { color: rgb(180,170,73); }

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

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

 a { background-color: rgb(180,170,73); }

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

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

 span { border-color: rgb(180,170,73); }

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