#BC6F3C

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

Shades of Zest #BC6F3C

Tints of Zest #BC6F3C

Color information

#BC6F3C (or 0xBC6F3C) is unknown color: approx Zest. HEX triplet: BC, 6F and 3C. RGB value is (188,111,60). Sum of RGB (Red+Green+Blue) = 188+111+60=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F3C is #4390C3. Grayscale: #808080. Windows color (decimal): -4427972 or 3960764. OLE color: 3960764.

HSL color Cylindrical-coordinate representation of color #BC6F3C: hue angle of 23.91º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC6F3C is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB18811160-
CMYK00.410.680.26
HSL23.91º51.61%48.63%-
HSV(B)23.91º68.09%73.73%-
XYZ27.2422.397.16-
YUV128.2189.51170.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.37%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 60 (23.83% from 255) = 16.71%
R=52.37%
G=30.92%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881116000.410.680.2623.9151.6148.63
HexBC6F3C029441A183431
Octal2741577405110432306461
Binary101111001101111111100010100110001001101011000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F3C; }

 p { color: rgb(188,111,60); }

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

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

 a { background-color: rgb(188,111,60); }

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

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

 span { border-color: rgb(188,111,60); }

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