#BF7341

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

Shades of Zest #BF7341

Tints of Zest #BF7341

Color information

#BF7341 (or 0xBF7341) is unknown color: approx Zest. HEX triplet: BF, 73 and 41. RGB value is (191,115,65). Sum of RGB (Red+Green+Blue) = 191+115+65=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7341 is #408CBE. Grayscale: #848484. Windows color (decimal): -4230335 or 4289471. OLE color: 4289471.

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

Color convert

RGB19111565-
CMYK00.400.660.25
HSL23.81º49.61%50.2%-
HSV(B)23.81º65.97%74.9%-
XYZ28.5723.728.07-
YUV132.0290.18170.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=51.48%
G=31.00%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911156500.400.660.2523.8149.6150.2
HexBF73410284219183232
Octal27716310105010231306262
Binary1011111111100111000001010100010000101100111000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7341; }

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

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

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

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

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

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

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

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