#BC6F3D

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

Shades of Zest #BC6F3D

Tints of Zest #BC6F3D

Color information

#BC6F3D (or 0xBC6F3D) is unknown color: approx Zest. HEX triplet: BC, 6F and 3D. RGB value is (188,111,61). Sum of RGB (Red+Green+Blue) = 188+111+61=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F3D is #4390C2. Grayscale: #808080. Windows color (decimal): -4427971 or 4026300. OLE color: 4026300.

HSL color Cylindrical-coordinate representation of color #BC6F3D: hue angle of 23.62º degrees, saturation: 0.51, 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 #BC6F3D is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB18811161-
CMYK00.410.680.26
HSL23.62º51%48.82%-
HSV(B)23.62º67.55%73.73%-
XYZ27.2722.47.3-
YUV128.3290.01170.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.22%
GREEN value IS 111 (43.75% from 255) = 30.83%
BLUE value IS 61 (24.22% from 255) = 16.94%
R=52.22%
G=30.83%
B=16.94%

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
Decimal1881116100.410.680.2623.625148.82
HexBC6F3D029441A183331
Octal2741577505110432306361
Binary101111001101111111101010100110001001101011000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F3D; }

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

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

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

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

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

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

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

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