#B9A237

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

Shades of Brass #B9A237

Tints of Brass #B9A237

Color information

#B9A237 (or 0xB9A237) is unknown color: approx Brass. HEX triplet: B9, A2 and 37. RGB value is (185,162,55). Sum of RGB (Red+Green+Blue) = 185+162+55=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A237 is #465DC8. Grayscale: #9D9D9D. Windows color (decimal): -4611529 or 3646137. OLE color: 3646137.

HSL color Cylindrical-coordinate representation of color #B9A237: hue angle of 49.38º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9A237 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18516255-
CMYK00.120.700.27
HSL49.38º54.17%47.06%-
HSV(B)49.38º70.27%72.55%-
XYZ33.6236.438.87-
YUV156.6870.62148.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.02%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 55 (21.88% from 255) = 13.68%
R=46.02%
G=40.30%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851625500.120.700.2749.3854.1747.06
HexB9A2370C461B31362f
Octal2712426701410633616657
Binary101110011010001011011101100100011011011110001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A237; }

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

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

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

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

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

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

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

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