#B9B049

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

Shades of Brass #B9B049

Tints of Brass #B9B049

Color information

#B9B049 (or 0xB9B049) is unknown color: approx Brass. HEX triplet: B9, B0 and 49. RGB value is (185,176,73). Sum of RGB (Red+Green+Blue) = 185+176+73=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B049 is #464FB6. Grayscale: #A7A7A7. Windows color (decimal): -4607927 or 4829369. OLE color: 4829369.

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

Color convert

RGB18517673-
CMYK00.050.610.27
HSL55.18º44.44%50.59%-
HSV(B)55.18º60.54%72.55%-
XYZ36.7441.8512.44-
YUV166.9574.98140.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 176 (69.14% from 255) = 40.55%
BLUE value IS 73 (28.91% from 255) = 16.82%
R=42.63%
G=40.55%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851767300.050.610.2755.1844.4450.59
HexB9B049053D1B372c33
Octal271260111057533675463
Binary10111001101100001001001010111110111011110111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B049; }

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

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

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

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

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

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

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

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