#B6B04C

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

Shades of Brass #B6B04C

Tints of Brass #B6B04C

Color information

#B6B04C (or 0xB6B04C) is unknown color: approx Brass. HEX triplet: B6, B0 and 4C. RGB value is (182,176,76). Sum of RGB (Red+Green+Blue) = 182+176+76=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B04C is #494FB3. Grayscale: #A6A6A6. Windows color (decimal): -4804532 or 5025974. OLE color: 5025974.

HSL color Cylindrical-coordinate representation of color #B6B04C: hue angle of 56.6º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6B04C is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18217676-
CMYK00.030.580.29
HSL56.6º42.06%50.59%-
HSV(B)56.6º58.24%71.37%-
XYZ36.1241.5212.95-
YUV166.3976.99139.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.94%
GREEN value IS 176 (69.14% from 255) = 40.55%
BLUE value IS 76 (30.08% from 255) = 17.51%
R=41.94%
G=40.55%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821767600.030.580.2956.642.0650.59
HexB6B04C033A1D392a33
Octal266260114037235715263
Binary1011011010110000100110001111101011101111001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B04C; }

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

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

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

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

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

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

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

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