Shades of Zest #BF703A
Tints of Zest #BF703A
RGB
CMYK
RGB Variations
Color information
#BF703A (or 0xBF703A) is known color: Zest. HEX triplet: BF, 70 and 3A. RGB value is (191,112,58). Sum of RGB (Red+Green+Blue) = 191+112+58=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF703A is #408FC5. Grayscale: #818181. Windows color (decimal): -4231110 or 3829951. OLE color: 3829951.
HSL color Cylindrical-coordinate representation of color #BF703A: hue angle of 24.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF703A is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 58 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.25 |
| HSL | 24.36º | 0.53% | 0.49% | - |
| HSV(B) | 24.36º | 0.7% | 0.75% | - |
| XYZ | 28.04 | 22.97 | 6.96 | - |
| YUV | 129.47 | 87.67 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 58 | 0 | 0.41 | 0.70 | 0.25 | 24.36 | 0.53 | 0.49 |
| Hex | BF | 70 | 3A | 0 | 29 | 46 | 19 | 18 | 35 | 31 |
| Octal | 277 | 160 | 72 | 0 | 51 | 106 | 31 | 30 | 65 | 61 |
| Binary | 10111111 | 1110000 | 111010 | 0 | 101001 | 1000110 | 11001 | 11000 | 110101 | 110001 |
Color Harmonies of #BF703A
Complementary color
Monochromatic Colors of #BF703A
Black with #BF703A
Text Example
Text Example
White with #BF703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF703A; }
p { color: rgb(191,112,58); }
H1.HeaderClassName
{
color: #BF703A;
}
.AnyTagClassName
{
color: #BF703A;
}
</style>
background-color css
<style>
a { background-color: #BF703A; }
a { background-color: rgb(191,112,58); }
div.DivClassName
{
background-color: #BF703A;
}
.BgClassName
{
background-color: #BF703A;
}
</style>
border-color css
<style>
span { border-color: #BF703A; }
span { border-color: rgb(191,112,58); }
td.TdClassName
{
border-color: #BF703A;
}
.TagClassName
{
border-color: #BF703A;
}
</style>