#BF7346

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

Shades of Zest #BF7346

Tints of Zest #BF7346

Color information

#BF7346 (or 0xBF7346) is unknown color: approx Zest. HEX triplet: BF, 73 and 46. RGB value is (191,115,70). Sum of RGB (Red+Green+Blue) = 191+115+70=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7346 is #408CB9. Grayscale: #848484. Windows color (decimal): -4230330 or 4617151. OLE color: 4617151.

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

Color convert

RGB19111570-
CMYK00.400.630.25
HSL22.31º48.59%51.18%-
HSV(B)22.31º63.35%74.9%-
XYZ28.7223.788.87-
YUV132.5992.68169.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.80%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 70 (27.73% from 255) = 18.62%
R=50.80%
G=30.59%
B=18.62%

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
Decimal1911157000.400.630.2522.3148.5951.18
HexBF73460283F19163133
Octal2771631060507731266163
Binary101111111110011100011001010001111111100110110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7346; }

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

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

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

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

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

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

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

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