#BC6F44

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

Shades of Zest #BC6F44

Tints of Zest #BC6F44

Color information

#BC6F44 (or 0xBC6F44) is unknown color: approx Zest. HEX triplet: BC, 6F and 44. RGB value is (188,111,68). Sum of RGB (Red+Green+Blue) = 188+111+68=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F44 is #4390BB. Grayscale: #818181. Windows color (decimal): -4427964 or 4485052. OLE color: 4485052.

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

Color convert

RGB18811168-
CMYK00.410.640.26
HSL21.5º47.24%50.2%-
HSV(B)21.5º63.83%73.73%-
XYZ27.4722.488.36-
YUV129.1293.51170-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 111 (43.75% from 255) = 30.25%
BLUE value IS 68 (26.95% from 255) = 18.53%
R=51.23%
G=30.25%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881116800.410.640.2621.547.2450.2
HexBC6F44029401A162f32
Octal27415710405110032265762
Binary1011110011011111000100010100110000001101010110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F44; }

 p { color: rgb(188,111,68); }

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

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

 a { background-color: rgb(188,111,68); }

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

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

 span { border-color: rgb(188,111,68); }

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