#BC6D3A

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

Shades of Zest #BC6D3A

Tints of Zest #BC6D3A

Color information

#BC6D3A (or 0xBC6D3A) is unknown color: approx Zest. HEX triplet: BC, 6D and 3A. RGB value is (188,109,58). Sum of RGB (Red+Green+Blue) = 188+109+58=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D3A is #4392C5. Grayscale: #7F7F7F. Windows color (decimal): -4428486 or 3829180. OLE color: 3829180.

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

Color convert

RGB18810958-
CMYK00.420.690.26
HSL23.54º52.85%48.24%-
HSV(B)23.54º69.15%73.73%-
XYZ26.9721.936.82-
YUV126.8189.17171.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.96%
GREEN value IS 109 (42.97% from 255) = 30.70%
BLUE value IS 58 (23.05% from 255) = 16.34%
R=52.96%
G=30.70%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881095800.420.690.2623.5452.8548.24
HexBC6D3A02A451A183530
Octal2741557205210532306560
Binary101111001101101111010010101010001011101011000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6D3A; }

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

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

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

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

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

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

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

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