#BC6D3E

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

Shades of Zest #BC6D3E

Tints of Zest #BC6D3E

Color information

#BC6D3E (or 0xBC6D3E) is unknown color: approx Zest. HEX triplet: BC, 6D and 3E. RGB value is (188,109,62). Sum of RGB (Red+Green+Blue) = 188+109+62=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D3E is #4392C1. Grayscale: #7F7F7F. Windows color (decimal): -4428482 or 4091324. OLE color: 4091324.

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

Color convert

RGB18810962-
CMYK00.420.670.26
HSL22.38º50.4%49.02%-
HSV(B)22.38º67.02%73.73%-
XYZ27.0821.987.37-
YUV127.2691.17171.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.37%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 62 (24.61% from 255) = 17.27%
R=52.37%
G=30.36%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881096200.420.670.2622.3850.449.02
HexBC6D3E02A431A163231
Octal2741557605210332266261
Binary101111001101101111110010101010000111101010110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6D3E; }

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

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

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

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

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

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

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

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