#BF6C3E

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

Shades of Zest #BF6C3E

Tints of Zest #BF6C3E

Color information

#BF6C3E (or 0xBF6C3E) is unknown color: approx Zest. HEX triplet: BF, 6C and 3E. RGB value is (191,108,62). Sum of RGB (Red+Green+Blue) = 191+108+62=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6C3E is #4093C1. Grayscale: #7F7F7F. Windows color (decimal): -4232130 or 4091071. OLE color: 4091071.

HSL color Cylindrical-coordinate representation of color #BF6C3E: hue angle of 21.4º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF6C3E is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB19110862-
CMYK00.430.680.25
HSL21.4º50.99%49.61%-
HSV(B)21.4º67.54%74.9%-
XYZ27.7222.157.37-
YUV127.5791173.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.91%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 62 (24.61% from 255) = 17.17%
R=52.91%
G=29.92%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911086200.430.680.2521.450.9949.61
HexBF6C3E02B4419153332
Octal2771547605310431256362
Binary101111111101100111110010101110001001100110101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6C3E; }

 p { color: rgb(191,108,62); }

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

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

 a { background-color: rgb(191,108,62); }

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

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

 span { border-color: rgb(191,108,62); }

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