#B9A647

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

Shades of Brass #B9A647

Tints of Brass #B9A647

Color information

#B9A647 (or 0xB9A647) is unknown color: approx Brass. HEX triplet: B9, A6 and 47. RGB value is (185,166,71). Sum of RGB (Red+Green+Blue) = 185+166+71=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A647 is #4659B8. Grayscale: #A1A1A1. Windows color (decimal): -4610489 or 4695737. OLE color: 4695737.

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

Color convert

RGB18516671-
CMYK00.100.620.27
HSL50º44.88%50.2%-
HSV(B)50º61.62%72.55%-
XYZ34.7838.0411.47-
YUV160.8577.29145.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 71 (28.12% from 255) = 16.82%
R=43.84%
G=39.34%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851667100.100.620.275044.8850.2
HexB9A6470A3E1B322d32
Octal2712461070127633625562
Binary101110011010011010001110101011111011011110010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A647; }

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

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

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

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

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

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

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

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