Shades of Zest #BF703C
Tints of Zest #BF703C
RGB
CMYK
RGB Variations
Color information
#BF703C (or 0xBF703C) is known color: Zest. HEX triplet: BF, 70 and 3C. RGB value is (191,112,60). Sum of RGB (Red+Green+Blue) = 191+112+60=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF703C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF703C is #408FC3. Grayscale: #818181. Windows color (decimal): -4231108 or 3961023. OLE color: 3961023.
HSL color Cylindrical-coordinate representation of color #BF703C: hue angle of 23.82º 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 #BF703C is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 60 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.25 |
| HSL | 23.82º | 0.52% | 0.49% | - |
| HSV(B) | 23.82º | 0.69% | 0.75% | - |
| XYZ | 28.1 | 22.99 | 7.23 | - |
| YUV | 129.69 | 88.67 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 60 | 0 | 0.41 | 0.69 | 0.25 | 23.82 | 0.52 | 0.49 |
| Hex | BF | 70 | 3C | 0 | 29 | 45 | 19 | 18 | 34 | 31 |
| Octal | 277 | 160 | 74 | 0 | 51 | 105 | 31 | 30 | 64 | 61 |
| Binary | 10111111 | 1110000 | 111100 | 0 | 101001 | 1000101 | 11001 | 11000 | 110100 | 110001 |
Color Harmonies of #BF703C
Complementary color
Monochromatic Colors of #BF703C
Black with #BF703C
Text Example
Text Example
White with #BF703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF703C; }
p { color: rgb(191,112,60); }
H1.HeaderClassName
{
color: #BF703C;
}
.AnyTagClassName
{
color: #BF703C;
}
</style>
background-color css
<style>
a { background-color: #BF703C; }
a { background-color: rgb(191,112,60); }
div.DivClassName
{
background-color: #BF703C;
}
.BgClassName
{
background-color: #BF703C;
}
</style>
border-color css
<style>
span { border-color: #BF703C; }
span { border-color: rgb(191,112,60); }
td.TdClassName
{
border-color: #BF703C;
}
.TagClassName
{
border-color: #BF703C;
}
</style>