#BF7141

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

Shades of Zest #BF7141

Tints of Zest #BF7141

Color information

#BF7141 (or 0xBF7141) is unknown color: approx Zest. HEX triplet: BF, 71 and 41. RGB value is (191,113,65). Sum of RGB (Red+Green+Blue) = 191+113+65=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7141 is #408EBE. Grayscale: #838383. Windows color (decimal): -4230847 or 4288959. OLE color: 4288959.

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

Color convert

RGB19111365-
CMYK00.410.660.25
HSL22.86º49.61%50.2%-
HSV(B)22.86º65.97%74.9%-
XYZ28.3523.278-
YUV130.8590.84170.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 65 (25.78% from 255) = 17.62%
R=51.76%
G=30.62%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911136500.410.660.2522.8649.6150.2
HexBF71410294219173232
Octal27716110105110231276262
Binary1011111111100011000001010100110000101100110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7141; }

 p { color: rgb(191,113,65); }

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

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

 a { background-color: rgb(191,113,65); }

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

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

 span { border-color: rgb(191,113,65); }

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