#B9A041

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

Shades of Brass #B9A041

Tints of Brass #B9A041

Color information

#B9A041 (or 0xB9A041) is unknown color: approx Brass. HEX triplet: B9, A0 and 41. RGB value is (185,160,65). Sum of RGB (Red+Green+Blue) = 185+160+65=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A041 is #465FBE. Grayscale: #9D9D9D. Windows color (decimal): -4612031 or 4300985. OLE color: 4300985.

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

Color convert

RGB18516065-
CMYK00.140.650.27
HSL47.5º48%49.02%-
HSV(B)47.5º64.86%72.55%-
XYZ33.5335.8410.15-
YUV156.6476.28148.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 160 (62.89% from 255) = 39.02%
BLUE value IS 65 (25.78% from 255) = 15.85%
R=45.12%
G=39.02%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851606500.140.650.2747.54849.02
HexB9A0410E411B303031
Octal27124010101610133606061
Binary1011100110100000100000101110100000111011110000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A041; }

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

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

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

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

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

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

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

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