#B6B042

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

Shades of Brass #B6B042

Tints of Brass #B6B042

Color information

#B6B042 (or 0xB6B042) is unknown color: approx Brass. HEX triplet: B6, B0 and 42. RGB value is (182,176,66). Sum of RGB (Red+Green+Blue) = 182+176+66=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B042 is #494FBD. Grayscale: #A5A5A5. Windows color (decimal): -4804542 or 4370614. OLE color: 4370614.

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

Color convert

RGB18217666-
CMYK00.030.640.29
HSL56.9º46.77%48.63%-
HSV(B)56.9º63.74%71.37%-
XYZ35.841.3911.26-
YUV165.2571.99139.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.92%
GREEN value IS 176 (69.14% from 255) = 41.51%
BLUE value IS 66 (26.17% from 255) = 15.57%
R=42.92%
G=41.51%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821766600.030.640.2956.946.7748.63
HexB6B04203401D392f31
Octal2662601020310035715761
Binary10110110101100001000010011100000011101111001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B042; }

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

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

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

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

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

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

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

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