#BF753C

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

Shades of Zest #BF753C

Tints of Zest #BF753C

Color information

#BF753C (or 0xBF753C) is unknown color: approx Zest. HEX triplet: BF, 75 and 3C. RGB value is (191,117,60). Sum of RGB (Red+Green+Blue) = 191+117+60=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF753C is #408AC3. Grayscale: #848484. Windows color (decimal): -4229828 or 3962303. OLE color: 3962303.

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

Color convert

RGB19111760-
CMYK00.390.690.25
HSL26.11º52.19%49.22%-
HSV(B)26.11º68.59%74.9%-
XYZ28.6624.137.42-
YUV132.6387.02169.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.90%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 60 (23.83% from 255) = 16.30%
R=51.90%
G=31.79%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911176000.390.690.2526.1152.1949.22
HexBF753C02745191a3431
Octal2771657404710531326461
Binary101111111110101111100010011110001011100111010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF753C; }

 p { color: rgb(191,117,60); }

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

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

 a { background-color: rgb(191,117,60); }

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

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

 span { border-color: rgb(191,117,60); }

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