#B6A237

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

Shades of Brass #B6A237

Tints of Brass #B6A237

Color information

#B6A237 (or 0xB6A237) is unknown color: approx Brass. HEX triplet: B6, A2 and 37. RGB value is (182,162,55). Sum of RGB (Red+Green+Blue) = 182+162+55=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 55 (21.88% from 255 or 13.78% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A237 is #495DC8. Grayscale: #9C9C9C. Windows color (decimal): -4808137 or 3646134. OLE color: 3646134.

HSL color Cylindrical-coordinate representation of color #B6A237: hue angle of 50.55º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6A237 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB18216255-
CMYK00.110.700.29
HSL50.55º53.59%46.47%-
HSV(B)50.55º69.78%71.37%-
XYZ32.936.068.84-
YUV155.7871.13146.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 55 (21.88% from 255) = 13.78%
R=45.61%
G=40.60%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821625500.110.700.2950.5553.5946.47
HexB6A2370B461D33362e
Octal2662426701310635636656
Binary101101101010001011011101011100011011101110011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A237; }

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

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

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

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

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

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

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

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