#BF6F42

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

Shades of Zest #BF6F42

Tints of Zest #BF6F42

Color information

#BF6F42 (or 0xBF6F42) is unknown color: approx Zest. HEX triplet: BF, 6F and 42. RGB value is (191,111,66). Sum of RGB (Red+Green+Blue) = 191+111+66=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6F42 is #4090BD. Grayscale: #828282. Windows color (decimal): -4231358 or 4353983. OLE color: 4353983.

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

Color convert

RGB19111166-
CMYK00.420.650.25
HSL21.6º49.41%50.39%-
HSV(B)21.6º65.45%74.9%-
XYZ28.1522.848.08-
YUV129.7992171.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.90%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 66 (26.17% from 255) = 17.93%
R=51.90%
G=30.16%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911116600.420.650.2521.649.4150.39
HexBF6F4202A4119163132
Octal27715710205210131266162
Binary1011111111011111000010010101010000011100110110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F42; }

 p { color: rgb(191,111,66); }

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

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

 a { background-color: rgb(191,111,66); }

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

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

 span { border-color: rgb(191,111,66); }

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