#B9AA40

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

Shades of Brass #B9AA40

Tints of Brass #B9AA40

Color information

#B9AA40 (or 0xB9AA40) is unknown color: approx Brass. HEX triplet: B9, AA and 40. RGB value is (185,170,64). Sum of RGB (Red+Green+Blue) = 185+170+64=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AA40 is #4655BF. Grayscale: #A2A2A2. Windows color (decimal): -4609472 or 4238009. OLE color: 4238009.

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

Color convert

RGB18517064-
CMYK00.080.650.27
HSL52.56º48.59%48.82%-
HSV(B)52.56º65.41%72.55%-
XYZ35.3139.4310.6-
YUV162.472.47144.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 64 (25.39% from 255) = 15.27%
R=44.15%
G=40.57%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851706400.080.650.2752.5648.5948.82
HexB9AA4008411B353131
Octal27125210001010133656161
Binary1011100110101010100000001000100000111011110101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA40; }

 p { color: rgb(185,170,64); }

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

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

 a { background-color: rgb(185,170,64); }

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

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

 span { border-color: rgb(185,170,64); }

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