#BF6E3C

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

Shades of Zest #BF6E3C

Tints of Zest #BF6E3C

Color information

#BF6E3C (or 0xBF6E3C) is unknown color: approx Zest. HEX triplet: BF, 6E and 3C. RGB value is (191,110,60). Sum of RGB (Red+Green+Blue) = 191+110+60=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6E3C is #4091C3. Grayscale: #808080. Windows color (decimal): -4231620 or 3960511. OLE color: 3960511.

HSL color Cylindrical-coordinate representation of color #BF6E3C: hue angle of 22.9º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF6E3C is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB19111060-
CMYK00.420.690.25
HSL22.9º52.19%49.22%-
HSV(B)22.9º68.59%74.9%-
XYZ27.8822.557.16-
YUV128.5289.34172.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.91%
GREEN value IS 110 (43.36% from 255) = 30.47%
BLUE value IS 60 (23.83% from 255) = 16.62%
R=52.91%
G=30.47%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911106000.420.690.2522.952.1949.22
HexBF6E3C02A4519173431
Octal2771567405210531276461
Binary101111111101110111100010101010001011100110111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6E3C; }

 p { color: rgb(191,110,60); }

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

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

 a { background-color: rgb(191,110,60); }

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

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

 span { border-color: rgb(191,110,60); }

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