#B6B142

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

Shades of Brass #B6B142

Tints of Brass #B6B142

Color information

#B6B142 (or 0xB6B142) is unknown color: approx Brass. HEX triplet: B6, B1 and 42. RGB value is (182,177,66). Sum of RGB (Red+Green+Blue) = 182+177+66=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B142 is #494EBD. Grayscale: #A6A6A6. Windows color (decimal): -4804286 or 4370870. OLE color: 4370870.

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

Color convert

RGB18217766-
CMYK00.030.640.29
HSL57.41º46.77%48.63%-
HSV(B)57.41º63.74%71.37%-
XYZ3641.7811.32-
YUV165.8471.66139.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 177 (69.53% from 255) = 41.65%
BLUE value IS 66 (26.17% from 255) = 15.53%
R=42.82%
G=41.65%
B=15.53%

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
Decimal1821776600.030.640.2957.4146.7748.63
HexB6B14203401D392f31
Octal2662611020310035715761
Binary10110110101100011000010011100000011101111001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B142; }

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

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

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

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

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

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

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

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