#BC703C

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

Shades of Zest #BC703C

Tints of Zest #BC703C

Color information

#BC703C (or 0xBC703C) is unknown color: approx Zest. HEX triplet: BC, 70 and 3C. RGB value is (188,112,60). Sum of RGB (Red+Green+Blue) = 188+112+60=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC703C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC703C is #438FC3. Grayscale: #818181. Windows color (decimal): -4427716 or 3961020. OLE color: 3961020.

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

Color convert

RGB18811260-
CMYK00.400.680.26
HSL24.38º51.61%48.63%-
HSV(B)24.38º68.09%73.73%-
XYZ27.3522.617.2-
YUV128.889.18170.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.22%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 60 (23.83% from 255) = 16.67%
R=52.22%
G=31.11%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881126000.400.680.2624.3851.6148.63
HexBC703C028441A183431
Octal2741607405010432306461
Binary101111001110000111100010100010001001101011000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC703C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC703C; }

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

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

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

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

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

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

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

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