#BF7041

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

Shades of Zest #BF7041

Tints of Zest #BF7041

Color information

#BF7041 (or 0xBF7041) is unknown color: approx Zest. HEX triplet: BF, 70 and 41. RGB value is (191,112,65). Sum of RGB (Red+Green+Blue) = 191+112+65=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7041 is #408FBE. Grayscale: #828282. Windows color (decimal): -4231103 or 4288703. OLE color: 4288703.

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

Color convert

RGB19111265-
CMYK00.410.660.25
HSL22.38º49.61%50.2%-
HSV(B)22.38º65.97%74.9%-
XYZ28.2323.057.96-
YUV130.2691.17171.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.90%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 65 (25.78% from 255) = 17.66%
R=51.90%
G=30.43%
B=17.66%

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
Decimal1911126500.410.660.2522.3849.6150.2
HexBF70410294219163232
Octal27716010105110231266262
Binary1011111111100001000001010100110000101100110110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7041; }

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

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

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

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

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

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

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

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