#BF7145

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

Shades of Zest #BF7145

Tints of Zest #BF7145

Color information

#BF7145 (or 0xBF7145) is unknown color: approx Zest. HEX triplet: BF, 71 and 45. RGB value is (191,113,69). Sum of RGB (Red+Green+Blue) = 191+113+69=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7145 is #408EBA. Grayscale: #838383. Windows color (decimal): -4230843 or 4551103. OLE color: 4551103.

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

Color convert

RGB19111369-
CMYK00.410.640.25
HSL21.64º48.8%50.98%-
HSV(B)21.64º63.87%74.9%-
XYZ28.4723.328.63-
YUV131.3192.84170.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=51.21%
G=30.29%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911136900.410.640.2521.6448.850.98
HexBF71450294019163133
Octal27716110505110031266163
Binary1011111111100011000101010100110000001100110110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7145; }

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

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

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

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

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

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

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

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