#BF6A42

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

Shades of Zest #BF6A42

Tints of Zest #BF6A42

Color information

#BF6A42 (or 0xBF6A42) is unknown color: approx Zest. HEX triplet: BF, 6A and 42. RGB value is (191,106,66). Sum of RGB (Red+Green+Blue) = 191+106+66=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6A42 is #4095BD. Grayscale: #7F7F7F. Windows color (decimal): -4232638 or 4352703. OLE color: 4352703.

HSL color Cylindrical-coordinate representation of color #BF6A42: hue angle of 19.2º 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 #BF6A42 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19110666-
CMYK00.450.650.25
HSL19.2º49.41%50.39%-
HSV(B)19.2º65.45%74.9%-
XYZ27.6221.787.9-
YUV126.8593.66173.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.62%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 66 (26.17% from 255) = 18.18%
R=52.62%
G=29.20%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911066600.450.650.2519.249.4150.39
HexBF6A4202D4119133132
Octal27715210205510131236162
Binary1011111111010101000010010110110000011100110011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A42; }

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

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

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

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

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

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

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

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