#b9a045

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

Shades of Brass #B9A045

Tints of Brass #B9A045

Color information

#B9A045 (or 0xB9A045) is unknown color: approx Brass. HEX triplet: B9, A0 and 45. RGB value is (185,160,69). Sum of RGB (Red+Green+Blue) = 185+160+69=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A045 is #465FBA. Grayscale: #9D9D9D. Windows color (decimal): -4612027 or 4563129. OLE color: 4563129.

HSL color Cylindrical-coordinate representation of color #B9A045: hue angle of 47.07º 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 #B9A045 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18516069-
CMYK00.140.630.27
HSL47.07º45.67%49.8%-
HSV(B)47.07º62.7%72.55%-
XYZ33.6535.8910.78-
YUV157.178.28147.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 69 (27.34% from 255) = 16.67%
R=44.69%
G=38.65%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851606900.140.630.2747.0745.6749.8
HexB9A0450E3F1B2f2e32
Octal2712401050167733575662
Binary101110011010000010001010111011111111011101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9a045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9a045; }

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

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

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

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

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

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

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

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