#B9AB45

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

Shades of Brass #B9AB45

Tints of Brass #B9AB45

Color information

#B9AB45 (or 0xB9AB45) is unknown color: approx Brass. HEX triplet: B9, AB and 45. RGB value is (185,171,69). Sum of RGB (Red+Green+Blue) = 185+171+69=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB45 is #4654BA. Grayscale: #A3A3A3. Windows color (decimal): -4609211 or 4565945. OLE color: 4565945.

HSL color Cylindrical-coordinate representation of color #B9AB45: hue angle of 52.76º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9AB45 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18517169-
CMYK00.080.630.27
HSL52.76º45.67%49.8%-
HSV(B)52.76º62.7%72.55%-
XYZ35.6439.8711.45-
YUV163.5674.64143.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 69 (27.34% from 255) = 16.24%
R=43.53%
G=40.24%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851716900.080.630.2752.7645.6749.8
HexB9AB45083F1B352e32
Octal2712531050107733655662
Binary101110011010101110001010100011111111011110101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB45; }

 p { color: rgb(185,171,69); }

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

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

 a { background-color: rgb(185,171,69); }

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

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

 span { border-color: rgb(185,171,69); }

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