#B6A937

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

Shades of Brass #B6A937

Tints of Brass #B6A937

Color information

#B6A937 (or 0xB6A937) is unknown color: approx Brass. HEX triplet: B6, A9 and 37. RGB value is (182,169,55). Sum of RGB (Red+Green+Blue) = 182+169+55=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A937 is #4956C8. Grayscale: #A0A0A0. Windows color (decimal): -4806345 or 3647926. OLE color: 3647926.

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

Color convert

RGB18216955-
CMYK00.070.700.29
HSL53.86º53.59%46.47%-
HSV(B)53.86º69.78%71.37%-
XYZ34.1738.69.26-
YUV159.8968.81143.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.83%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 55 (21.88% from 255) = 13.55%
R=44.83%
G=41.63%
B=13.55%

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
Decimal1821695500.070.700.2953.8653.5946.47
HexB6A93707461D36362e
Octal266251670710635666656
Binary10110110101010011101110111100011011101110110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A937; }

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

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

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

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

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

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

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

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