#B9B447

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

Shades of Brass #B9B447

Tints of Brass #B9B447

Color information

#B9B447 (or 0xB9B447) is unknown color: approx Brass. HEX triplet: B9, B4 and 47. RGB value is (185,180,71). Sum of RGB (Red+Green+Blue) = 185+180+71=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B447 is #464BB8. Grayscale: #A9A9A9. Windows color (decimal): -4606905 or 4699321. OLE color: 4699321.

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

Color convert

RGB18518071-
CMYK00.030.620.27
HSL57.37º44.88%50.2%-
HSV(B)57.37º61.62%72.55%-
XYZ37.4743.4112.37-
YUV169.0772.66139.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 180 (70.70% from 255) = 41.28%
BLUE value IS 71 (28.12% from 255) = 16.28%
R=42.43%
G=41.28%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851807100.030.620.2757.3744.8850.2
HexB9B447033E1B392d32
Octal271264107037633715562
Binary1011100110110100100011101111111011011111001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B447; }

 p { color: rgb(185,180,71); }

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

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

 a { background-color: rgb(185,180,71); }

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

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

 span { border-color: rgb(185,180,71); }

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