#B6A137

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

Shades of Brass #B6A137

Tints of Brass #B6A137

Color information

#B6A137 (or 0xB6A137) is unknown color: approx Brass. HEX triplet: B6, A1 and 37. RGB value is (182,161,55). Sum of RGB (Red+Green+Blue) = 182+161+55=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A137 is #495EC8. Grayscale: #9B9B9B. Windows color (decimal): -4808393 or 3645878. OLE color: 3645878.

HSL color Cylindrical-coordinate representation of color #B6A137: hue angle of 50.08º 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 #B6A137 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB18216155-
CMYK00.120.700.29
HSL50.08º53.59%46.47%-
HSV(B)50.08º69.78%71.37%-
XYZ32.7335.718.78-
YUV155.271.46147.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 161 (63.28% from 255) = 40.45%
BLUE value IS 55 (21.88% from 255) = 13.82%
R=45.73%
G=40.45%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821615500.120.700.2950.0853.5946.47
HexB6A1370C461D32362e
Octal2662416701410635626656
Binary101101101010000111011101100100011011101110010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A137; }

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

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

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

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

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

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

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

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