#BC7143

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

Shades of Zest #BC7143

Tints of Zest #BC7143

Color information

#BC7143 (or 0xBC7143) is unknown color: approx Zest. HEX triplet: BC, 71 and 43. RGB value is (188,113,67). Sum of RGB (Red+Green+Blue) = 188+113+67=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7143 is #438EBC. Grayscale: #828282. Windows color (decimal): -4427453 or 4420028. OLE color: 4420028.

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

Color convert

RGB18811367-
CMYK00.400.640.26
HSL22.81º47.45%50%-
HSV(B)22.81º64.36%73.73%-
XYZ27.6622.918.27-
YUV130.1892.35169.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.09%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 67 (26.56% from 255) = 18.21%
R=51.09%
G=30.71%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881136700.400.640.2622.8147.4550
HexBC7143028401A172f32
Octal27416110305010032275762
Binary1011110011100011000011010100010000001101010111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7143; }

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

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

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

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

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

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

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

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