#BF6D39

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

Shades of Zest #BF6D39

Tints of Zest #BF6D39

Color information

#BF6D39 (or 0xBF6D39) is unknown color: approx Zest. HEX triplet: BF, 6D and 39. RGB value is (191,109,57). Sum of RGB (Red+Green+Blue) = 191+109+57=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6D39 is #4092C6. Grayscale: #7F7F7F. Windows color (decimal): -4231879 or 3763647. OLE color: 3763647.

HSL color Cylindrical-coordinate representation of color #BF6D39: hue angle of 23.28º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF6D39 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19110957-
CMYK00.430.700.25
HSL23.28º54.03%48.63%-
HSV(B)23.28º70.16%74.9%-
XYZ27.6922.316.72-
YUV127.5988.17173.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.50%
GREEN value IS 109 (42.97% from 255) = 30.53%
BLUE value IS 57 (22.66% from 255) = 15.97%
R=53.50%
G=30.53%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911095700.430.700.2523.2854.0348.63
HexBF6D3902B4619173631
Octal2771557105310631276661
Binary101111111101101111001010101110001101100110111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6D39; }

 p { color: rgb(191,109,57); }

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

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

 a { background-color: rgb(191,109,57); }

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

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

 span { border-color: rgb(191,109,57); }

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