#BC7243

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

Shades of Zest #BC7243

Tints of Zest #BC7243

Color information

#BC7243 (or 0xBC7243) is unknown color: approx Zest. HEX triplet: BC, 72 and 43. RGB value is (188,114,67). Sum of RGB (Red+Green+Blue) = 188+114+67=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7243 is #438DBC. Grayscale: #838383. Windows color (decimal): -4427197 or 4420284. OLE color: 4420284.

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

Color convert

RGB18811467-
CMYK00.390.640.26
HSL23.31º47.45%50%-
HSV(B)23.31º64.36%73.73%-
XYZ27.7723.138.31-
YUV130.7792.02168.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.95%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 67 (26.56% from 255) = 18.16%
R=50.95%
G=30.89%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881146700.390.640.2623.3147.4550
HexBC7243027401A172f32
Octal27416210304710032275762
Binary1011110011100101000011010011110000001101010111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7243; }

 p { color: rgb(188,114,67); }

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

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

 a { background-color: rgb(188,114,67); }

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

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

 span { border-color: rgb(188,114,67); }

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