#B6AA37

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

Shades of Brass #B6AA37

Tints of Brass #B6AA37

Color information

#B6AA37 (or 0xB6AA37) is unknown color: approx Brass. HEX triplet: B6, AA and 37. RGB value is (182,170,55). Sum of RGB (Red+Green+Blue) = 182+170+55=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AA37 is #4955C8. Grayscale: #A0A0A0. Windows color (decimal): -4806089 or 3648182. OLE color: 3648182.

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

Color convert

RGB18217055-
CMYK00.070.700.29
HSL54.33º53.59%46.47%-
HSV(B)54.33º69.78%71.37%-
XYZ34.3638.979.33-
YUV160.4868.48143.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 55 (21.88% from 255) = 13.51%
R=44.72%
G=41.77%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821705500.070.700.2954.3353.5946.47
HexB6AA3707461D36362e
Octal266252670710635666656
Binary10110110101010101101110111100011011101110110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AA37; }

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

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

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

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

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

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

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

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