Shades of Zest #BF743B
Tints of Zest #BF743B
RGB
CMYK
RGB Variations
Color information
#BF743B (or 0xBF743B) is known color: Zest. HEX triplet: BF, 74 and 3B. RGB value is (191,116,59). Sum of RGB (Red+Green+Blue) = 191+116+59=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF743B is #408BC4. Grayscale: #848484. Windows color (decimal): -4230085 or 3896511. OLE color: 3896511.
HSL color Cylindrical-coordinate representation of color #BF743B: hue angle of 25.91º 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 #BF743B is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 59 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.25 |
| HSL | 25.91º | 0.53% | 0.49% | - |
| HSV(B) | 25.91º | 0.69% | 0.75% | - |
| XYZ | 28.52 | 23.88 | 7.24 | - |
| YUV | 131.93 | 86.85 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 59 | 0 | 0.39 | 0.69 | 0.25 | 25.91 | 0.53 | 0.49 |
| Hex | BF | 74 | 3B | 0 | 27 | 45 | 19 | 1A | 35 | 31 |
| Octal | 277 | 164 | 73 | 0 | 47 | 105 | 31 | 32 | 65 | 61 |
| Binary | 10111111 | 1110100 | 111011 | 0 | 100111 | 1000101 | 11001 | 11010 | 110101 | 110001 |
Color Harmonies of #BF743B
Complementary color
Monochromatic Colors of #BF743B
Black with #BF743B
Text Example
Text Example
White with #BF743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF743B; }
p { color: rgb(191,116,59); }
H1.HeaderClassName
{
color: #BF743B;
}
.AnyTagClassName
{
color: #BF743B;
}
</style>
background-color css
<style>
a { background-color: #BF743B; }
a { background-color: rgb(191,116,59); }
div.DivClassName
{
background-color: #BF743B;
}
.BgClassName
{
background-color: #BF743B;
}
</style>
border-color css
<style>
span { border-color: #BF743B; }
span { border-color: rgb(191,116,59); }
td.TdClassName
{
border-color: #BF743B;
}
.TagClassName
{
border-color: #BF743B;
}
</style>