Shades of Zest #BF743C
Tints of Zest #BF743C
RGB
CMYK
RGB Variations
Color information
#BF743C (or 0xBF743C) is known color: Zest. HEX triplet: BF, 74 and 3C. RGB value is (191,116,60). Sum of RGB (Red+Green+Blue) = 191+116+60=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF743C is #408BC3. Grayscale: #848484. Windows color (decimal): -4230084 or 3962047. OLE color: 3962047.
HSL color Cylindrical-coordinate representation of color #BF743C: hue angle of 25.65º 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 #BF743C is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 60 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.25 |
| HSL | 25.65º | 0.52% | 0.49% | - |
| HSV(B) | 25.65º | 0.69% | 0.75% | - |
| XYZ | 28.55 | 23.89 | 7.38 | - |
| YUV | 132.04 | 87.35 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 60 | 0 | 0.39 | 0.69 | 0.25 | 25.65 | 0.52 | 0.49 |
| Hex | BF | 74 | 3C | 0 | 27 | 45 | 19 | 1A | 34 | 31 |
| Octal | 277 | 164 | 74 | 0 | 47 | 105 | 31 | 32 | 64 | 61 |
| Binary | 10111111 | 1110100 | 111100 | 0 | 100111 | 1000101 | 11001 | 11010 | 110100 | 110001 |
Color Harmonies of #BF743C
Complementary color
Monochromatic Colors of #BF743C
Black with #BF743C
Text Example
Text Example
White with #BF743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF743C; }
p { color: rgb(191,116,60); }
H1.HeaderClassName
{
color: #BF743C;
}
.AnyTagClassName
{
color: #BF743C;
}
</style>
background-color css
<style>
a { background-color: #BF743C; }
a { background-color: rgb(191,116,60); }
div.DivClassName
{
background-color: #BF743C;
}
.BgClassName
{
background-color: #BF743C;
}
</style>
border-color css
<style>
span { border-color: #BF743C; }
span { border-color: rgb(191,116,60); }
td.TdClassName
{
border-color: #BF743C;
}
.TagClassName
{
border-color: #BF743C;
}
</style>