#B6A042

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

Shades of Brass #B6A042

Tints of Brass #B6A042

Color information

#B6A042 (or 0xB6A042) is unknown color: approx Brass. HEX triplet: B6, A0 and 42. RGB value is (182,160,66). Sum of RGB (Red+Green+Blue) = 182+160+66=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A042 is #495FBD. Grayscale: #9C9C9C. Windows color (decimal): -4808638 or 4366518. OLE color: 4366518.

HSL color Cylindrical-coordinate representation of color #B6A042: hue angle of 48.62º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B6A042 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB18216066-
CMYK00.120.640.29
HSL48.62º46.77%48.63%-
HSV(B)48.62º63.74%71.37%-
XYZ32.8535.4810.27-
YUV155.8677.29146.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 160 (62.89% from 255) = 39.22%
BLUE value IS 66 (26.17% from 255) = 16.18%
R=44.61%
G=39.22%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821606600.120.640.2948.6246.7748.63
HexB6A0420C401D312f31
Octal26624010201410035615761
Binary1011011010100000100001001100100000011101110001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A042; }

 p { color: rgb(182,160,66); }

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

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

 a { background-color: rgb(182,160,66); }

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

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

 span { border-color: rgb(182,160,66); }

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