Shades of Zest #BF703B
Tints of Zest #BF703B
RGB
CMYK
RGB Variations
Color information
#BF703B (or 0xBF703B) is known color: Zest. HEX triplet: BF, 70 and 3B. RGB value is (191,112,59). Sum of RGB (Red+Green+Blue) = 191+112+59=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF703B is #408FC4. Grayscale: #818181. Windows color (decimal): -4231109 or 3895487. OLE color: 3895487.
HSL color Cylindrical-coordinate representation of color #BF703B: hue angle of 24.09º degrees, saturation: 0.53, 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 #BF703B is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 112 | 59 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.25 |
| HSL | 24.09º | 0.53% | 0.49% | - |
| HSV(B) | 24.09º | 0.69% | 0.75% | - |
| XYZ | 28.07 | 22.98 | 7.09 | - |
| YUV | 129.58 | 88.17 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 59 | 0 | 0.41 | 0.69 | 0.25 | 24.09 | 0.53 | 0.49 |
| Hex | BF | 70 | 3B | 0 | 29 | 45 | 19 | 18 | 35 | 31 |
| Octal | 277 | 160 | 73 | 0 | 51 | 105 | 31 | 30 | 65 | 61 |
| Binary | 10111111 | 1110000 | 111011 | 0 | 101001 | 1000101 | 11001 | 11000 | 110101 | 110001 |
Color Harmonies of #BF703B
Complementary color
Monochromatic Colors of #BF703B
Black with #BF703B
Text Example
Text Example
White with #BF703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF703B; }
p { color: rgb(191,112,59); }
H1.HeaderClassName
{
color: #BF703B;
}
.AnyTagClassName
{
color: #BF703B;
}
</style>
background-color css
<style>
a { background-color: #BF703B; }
a { background-color: rgb(191,112,59); }
div.DivClassName
{
background-color: #BF703B;
}
.BgClassName
{
background-color: #BF703B;
}
</style>
border-color css
<style>
span { border-color: #BF703B; }
span { border-color: rgb(191,112,59); }
td.TdClassName
{
border-color: #BF703B;
}
.TagClassName
{
border-color: #BF703B;
}
</style>