#bc6d42

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

Shades of Zest #BC6D42

Tints of Zest #BC6D42

Color information

#BC6D42 (or 0xBC6D42) is unknown color: approx Zest. HEX triplet: BC, 6D and 42. RGB value is (188,109,66). Sum of RGB (Red+Green+Blue) = 188+109+66=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D42 is #4392BD. Grayscale: #7F7F7F. Windows color (decimal): -4428478 or 4353468. OLE color: 4353468.

HSL color Cylindrical-coordinate representation of color #BC6D42: hue angle of 21.15º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC6D42 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB18810966-
CMYK00.420.650.26
HSL21.15º48.03%49.8%-
HSV(B)21.15º64.89%73.73%-
XYZ27.1922.027.97-
YUV127.7293.17171-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.79%
GREEN value IS 109 (42.97% from 255) = 30.03%
BLUE value IS 66 (26.17% from 255) = 18.18%
R=51.79%
G=30.03%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881096600.420.650.2621.1548.0349.8
HexBC6D4202A411A153032
Octal27415510205210132256062
Binary1011110011011011000010010101010000011101010101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc6d42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc6d42; }

 p { color: rgb(188,109,66); }

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

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

 a { background-color: rgb(188,109,66); }

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

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

 span { border-color: rgb(188,109,66); }

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