#B9A447

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

Shades of Brass #B9A447

Tints of Brass #B9A447

Color information

#B9A447 (or 0xB9A447) is unknown color: approx Brass. HEX triplet: B9, A4 and 47. RGB value is (185,164,71). Sum of RGB (Red+Green+Blue) = 185+164+71=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A447 is #465BB8. Grayscale: #A0A0A0. Windows color (decimal): -4611001 or 4695225. OLE color: 4695225.

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

Color convert

RGB18516471-
CMYK00.110.620.27
HSL48.95º44.88%50.2%-
HSV(B)48.95º61.62%72.55%-
XYZ34.4237.3211.35-
YUV159.6877.96146.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 164 (64.45% from 255) = 39.05%
BLUE value IS 71 (28.12% from 255) = 16.90%
R=44.05%
G=39.05%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851647100.110.620.2748.9544.8850.2
HexB9A4470B3E1B312d32
Octal2712441070137633615562
Binary101110011010010010001110101111111011011110001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A447; }

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

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

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

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

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

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

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

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