#BC6B3F

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

Shades of Zest #BC6B3F

Tints of Zest #BC6B3F

Color information

#BC6B3F (or 0xBC6B3F) is unknown color: approx Zest. HEX triplet: BC, 6B and 3F. RGB value is (188,107,63). Sum of RGB (Red+Green+Blue) = 188+107+63=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6B3F is #4394C0. Grayscale: #7E7E7E. Windows color (decimal): -4428993 or 4156348. OLE color: 4156348.

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

Color convert

RGB18810763-
CMYK00.430.660.26
HSL21.12º49.8%49.22%-
HSV(B)21.12º66.49%73.73%-
XYZ26.8921.577.45-
YUV126.292.34172.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.51%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 63 (25% from 255) = 17.60%
R=52.51%
G=29.89%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881076300.430.660.2621.1249.849.22
HexBC6B3F02B421A153231
Octal2741537705310232256261
Binary101111001101011111111010101110000101101010101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B3F; }

 p { color: rgb(188,107,63); }

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

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

 a { background-color: rgb(188,107,63); }

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

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

 span { border-color: rgb(188,107,63); }

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