#b9b346

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

Shades of Brass #B9B346

Tints of Brass #B9B346

Color information

#B9B346 (or 0xB9B346) is unknown color: approx Brass. HEX triplet: B9, B3 and 46. RGB value is (185,179,70). Sum of RGB (Red+Green+Blue) = 185+179+70=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B346 is #464CB9. Grayscale: #A8A8A8. Windows color (decimal): -4607162 or 4633529. OLE color: 4633529.

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

Color convert

RGB18517970-
CMYK00.030.620.27
HSL56.87º45.1%50%-
HSV(B)56.87º62.16%72.55%-
XYZ37.234312.13-
YUV168.3772.49139.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 179 (70.31% from 255) = 41.24%
BLUE value IS 70 (27.73% from 255) = 16.13%
R=42.63%
G=41.24%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851797000.030.620.2756.8745.150
HexB9B346033E1B392d32
Octal271263106037633715562
Binary1011100110110011100011001111111011011111001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9b346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9b346; }

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

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

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

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

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

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

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

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