Shades of Zest #BF683E
Tints of Zest #BF683E
RGB
CMYK
RGB Variations
Color information
#BF683E (or 0xBF683E) is known color: Zest. HEX triplet: BF, 68 and 3E. RGB value is (191,104,62). Sum of RGB (Red+Green+Blue) = 191+104+62=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF683E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF683E is #4097C1. Grayscale: #7D7D7D. Windows color (decimal): -4233154 or 4090047. OLE color: 4090047.
HSL color Cylindrical-coordinate representation of color #BF683E: hue angle of 19.53º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF683E is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 62 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.25 |
| HSL | 19.53º | 0.51% | 0.5% | - |
| HSV(B) | 19.53º | 0.68% | 0.75% | - |
| XYZ | 27.31 | 21.32 | 7.23 | - |
| YUV | 125.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 62 | 0 | 0.46 | 0.68 | 0.25 | 19.53 | 0.51 | 0.5 |
| Hex | BF | 68 | 3E | 0 | 2E | 44 | 19 | 14 | 33 | 32 |
| Octal | 277 | 150 | 76 | 0 | 56 | 104 | 31 | 24 | 63 | 62 |
| Binary | 10111111 | 1101000 | 111110 | 0 | 101110 | 1000100 | 11001 | 10100 | 110011 | 110010 |
Color Harmonies of #BF683E
Complementary color
Monochromatic Colors of #BF683E
Black with #BF683E
Text Example
Text Example
White with #BF683E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF683E; }
p { color: rgb(191,104,62); }
H1.HeaderClassName
{
color: #BF683E;
}
.AnyTagClassName
{
color: #BF683E;
}
</style>
background-color css
<style>
a { background-color: #BF683E; }
a { background-color: rgb(191,104,62); }
div.DivClassName
{
background-color: #BF683E;
}
.BgClassName
{
background-color: #BF683E;
}
</style>
border-color css
<style>
span { border-color: #BF683E; }
span { border-color: rgb(191,104,62); }
td.TdClassName
{
border-color: #BF683E;
}
.TagClassName
{
border-color: #BF683E;
}
</style>