#BF6F45

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

Shades of Zest #BF6F45

Tints of Zest #BF6F45

Color information

#BF6F45 (or 0xBF6F45) is unknown color: approx Zest. HEX triplet: BF, 6F and 45. RGB value is (191,111,69). Sum of RGB (Red+Green+Blue) = 191+111+69=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6F45 is #4090BA. Grayscale: #828282. Windows color (decimal): -4231355 or 4550591. OLE color: 4550591.

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

Color convert

RGB19111169-
CMYK00.420.640.25
HSL20.66º48.8%50.98%-
HSV(B)20.66º63.87%74.9%-
XYZ28.2422.878.56-
YUV130.1393.5171.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 111 (43.75% from 255) = 29.92%
BLUE value IS 69 (27.34% from 255) = 18.60%
R=51.48%
G=29.92%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911116900.420.640.2520.6648.850.98
HexBF6F4502A4019153133
Octal27715710505210031256163
Binary1011111111011111000101010101010000001100110101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F45; }

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

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

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

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

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

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

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

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