#B9A347

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

Shades of Brass #B9A347

Tints of Brass #B9A347

Color information

#B9A347 (or 0xB9A347) is unknown color: approx Brass. HEX triplet: B9, A3 and 47. RGB value is (185,163,71). Sum of RGB (Red+Green+Blue) = 185+163+71=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A347 is #465CB8. Grayscale: #9F9F9F. Windows color (decimal): -4611257 or 4694969. OLE color: 4694969.

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

Color convert

RGB18516371-
CMYK00.120.620.27
HSL48.42º44.88%50.2%-
HSV(B)48.42º61.62%72.55%-
XYZ34.2436.9611.29-
YUV159.0978.29146.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 163 (64.06% from 255) = 38.90%
BLUE value IS 71 (28.12% from 255) = 16.95%
R=44.15%
G=38.90%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851637100.120.620.2748.4244.8850.2
HexB9A3470C3E1B302d32
Octal2712431070147633605562
Binary101110011010001110001110110011111011011110000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A347; }

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

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

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

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

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

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

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

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