#B9A044

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

Shades of Brass #B9A044

Tints of Brass #B9A044

Color information

#B9A044 (or 0xB9A044) is unknown color: approx Brass. HEX triplet: B9, A0 and 44. RGB value is (185,160,68). Sum of RGB (Red+Green+Blue) = 185+160+68=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A044 is #465FBB. Grayscale: #9D9D9D. Windows color (decimal): -4612028 or 4497593. OLE color: 4497593.

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

Color convert

RGB18516068-
CMYK00.140.630.27
HSL47.18º46.25%49.61%-
HSV(B)47.18º63.24%72.55%-
XYZ33.6235.8710.62-
YUV156.9977.78147.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 160 (62.89% from 255) = 38.74%
BLUE value IS 68 (26.95% from 255) = 16.46%
R=44.79%
G=38.74%
B=16.46%

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
Decimal1851606800.140.630.2747.1846.2549.61
HexB9A0440E3F1B2f2e32
Octal2712401040167733575662
Binary101110011010000010001000111011111111011101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A044; }

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

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

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

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

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

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

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

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