#B9A249

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

Shades of Brass #B9A249

Tints of Brass #B9A249

Color information

#B9A249 (or 0xB9A249) is unknown color: approx Brass. HEX triplet: B9, A2 and 49. RGB value is (185,162,73). Sum of RGB (Red+Green+Blue) = 185+162+73=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A249 is #465DB6. Grayscale: #9F9F9F. Windows color (decimal): -4611511 or 4825785. OLE color: 4825785.

HSL color Cylindrical-coordinate representation of color #B9A249: hue angle of 47.68º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9A249 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18516273-
CMYK00.120.610.27
HSL47.68º44.44%50.59%-
HSV(B)47.68º60.54%72.55%-
XYZ34.1336.6411.58-
YUV158.7379.62146.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 162 (63.67% from 255) = 38.57%
BLUE value IS 73 (28.91% from 255) = 17.38%
R=44.05%
G=38.57%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851627300.120.610.2747.6844.4450.59
HexB9A2490C3D1B302c33
Octal2712421110147533605463
Binary101110011010001010010010110011110111011110000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A249; }

 p { color: rgb(185,162,73); }

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

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

 a { background-color: rgb(185,162,73); }

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

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

 span { border-color: rgb(185,162,73); }

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