Shades of Chocolate #BF5E13
Tints of Chocolate #BF5E13
RGB
CMYK
RGB Variations
Color information
#BF5E13 (or 0xBF5E13) is known color: Chocolate. HEX triplet: BF, 5E and 13. RGB value is (191,94,19). Sum of RGB (Red+Green+Blue) = 191+94+19=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5E13 is #40A1EC. Grayscale: #727272. Windows color (decimal): -4235757 or 1269439. OLE color: 1269439.
HSL color Cylindrical-coordinate representation of color #BF5E13: hue angle of 26.16º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF5E13 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 19 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.25 |
| HSL | 26.16º | 0.82% | 0.41% | - |
| HSV(B) | 26.16º | 0.9% | 0.75% | - |
| XYZ | 25.61 | 19.13 | 2.96 | - |
| YUV | 114.45 | 74.14 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 19 | 0 | 0.51 | 0.90 | 0.25 | 26.16 | 0.82 | 0.41 |
| Hex | BF | 5E | 13 | 0 | 33 | 5A | 19 | 1A | 52 | 29 |
| Octal | 277 | 136 | 23 | 0 | 63 | 132 | 31 | 32 | 122 | 51 |
| Binary | 10111111 | 1011110 | 10011 | 0 | 110011 | 1011010 | 11001 | 11010 | 1010010 | 101001 |
Color Harmonies of #BF5E13
Complementary color
Monochromatic Colors of #BF5E13
Black with #BF5E13
Text Example
Text Example
White with #BF5E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E13; }
p { color: rgb(191,94,19); }
H1.HeaderClassName
{
color: #BF5E13;
}
.AnyTagClassName
{
color: #BF5E13;
}
</style>
background-color css
<style>
a { background-color: #BF5E13; }
a { background-color: rgb(191,94,19); }
div.DivClassName
{
background-color: #BF5E13;
}
.BgClassName
{
background-color: #BF5E13;
}
</style>
border-color css
<style>
span { border-color: #BF5E13; }
span { border-color: rgb(191,94,19); }
td.TdClassName
{
border-color: #BF5E13;
}
.TagClassName
{
border-color: #BF5E13;
}
</style>