#BF7038

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

Shades of Zest #BF7038

Tints of Zest #BF7038

Color information

#BF7038 (or 0xBF7038) is unknown color: approx Zest. HEX triplet: BF, 70 and 38. RGB value is (191,112,56). Sum of RGB (Red+Green+Blue) = 191+112+56=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7038 is #408FC7. Grayscale: #818181. Windows color (decimal): -4231112 or 3698879. OLE color: 3698879.

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

Color convert

RGB19111256-
CMYK00.410.710.25
HSL24.89º54.66%48.43%-
HSV(B)24.89º70.68%74.9%-
XYZ27.9922.956.7-
YUV129.2486.67172.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.20%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 56 (22.27% from 255) = 15.60%
R=53.20%
G=31.20%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911125600.410.710.2524.8954.6648.43
HexBF70380294719193730
Octal2771607005110731316760
Binary101111111110000111000010100110001111100111001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7038; }

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

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

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

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

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

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

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

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