#BF7246

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

Shades of Zest #BF7246

Tints of Zest #BF7246

Color information

#BF7246 (or 0xBF7246) is unknown color: approx Zest. HEX triplet: BF, 72 and 46. RGB value is (191,114,70). Sum of RGB (Red+Green+Blue) = 191+114+70=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7246 is #408DB9. Grayscale: #848484. Windows color (decimal): -4230586 or 4616895. OLE color: 4616895.

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

Color convert

RGB19111470-
CMYK00.400.630.25
HSL21.82º48.59%51.18%-
HSV(B)21.82º63.35%74.9%-
XYZ28.6123.558.83-
YUV132.0193.01170.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.93%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 70 (27.73% from 255) = 18.67%
R=50.93%
G=30.4%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911147000.400.630.2521.8248.5951.18
HexBF72460283F19163133
Octal2771621060507731266163
Binary101111111110010100011001010001111111100110110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7246; }

 p { color: rgb(191,114,70); }

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

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

 a { background-color: rgb(191,114,70); }

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

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

 span { border-color: rgb(191,114,70); }

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