#B9B345

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

Shades of Brass #B9B345

Tints of Brass #B9B345

Color information

#B9B345 (or 0xB9B345) is unknown color: approx Brass. HEX triplet: B9, B3 and 45. RGB value is (185,179,69). Sum of RGB (Red+Green+Blue) = 185+179+69=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B345 is #464CBA. Grayscale: #A8A8A8. Windows color (decimal): -4607163 or 4567993. OLE color: 4567993.

HSL color Cylindrical-coordinate representation of color #B9B345: hue angle of 56.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9B345 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18517969-
CMYK00.030.630.27
HSL56.9º45.67%49.8%-
HSV(B)56.9º62.7%72.55%-
XYZ37.242.9811.97-
YUV168.2571.99139.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 179 (70.31% from 255) = 41.34%
BLUE value IS 69 (27.34% from 255) = 15.94%
R=42.73%
G=41.34%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851796900.030.630.2756.945.6749.8
HexB9B345033F1B392e32
Octal271263105037733715662
Binary1011100110110011100010101111111111011111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B345; }

 p { color: rgb(185,179,69); }

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

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

 a { background-color: rgb(185,179,69); }

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

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

 span { border-color: rgb(185,179,69); }

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