Shades of Chocolate #BF5D15
Tints of Chocolate #BF5D15
RGB
CMYK
RGB Variations
Color information
#BF5D15 (or 0xBF5D15) is known color: Chocolate. HEX triplet: BF, 5D and 15. RGB value is (191,93,21). Sum of RGB (Red+Green+Blue) = 191+93+21=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5D15 is #40A2EA. Grayscale: #727272. Windows color (decimal): -4236011 or 1400255. OLE color: 1400255.
HSL color Cylindrical-coordinate representation of color #BF5D15: hue angle of 25.41º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF5D15 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 21 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.25 |
| HSL | 25.41º | 0.8% | 0.42% | - |
| HSV(B) | 25.41º | 0.89% | 0.75% | - |
| XYZ | 25.54 | 18.96 | 3.02 | - |
| YUV | 114.09 | 75.47 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 21 | 0 | 0.51 | 0.89 | 0.25 | 25.41 | 0.8 | 0.42 |
| Hex | BF | 5D | 15 | 0 | 33 | 59 | 19 | 19 | 50 | 2A |
| Octal | 277 | 135 | 25 | 0 | 63 | 131 | 31 | 31 | 120 | 52 |
| Binary | 10111111 | 1011101 | 10101 | 0 | 110011 | 1011001 | 11001 | 11001 | 1010000 | 101010 |
Color Harmonies of #BF5D15
Complementary color
Monochromatic Colors of #BF5D15
Black with #BF5D15
Text Example
Text Example
White with #BF5D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D15; }
p { color: rgb(191,93,21); }
H1.HeaderClassName
{
color: #BF5D15;
}
.AnyTagClassName
{
color: #BF5D15;
}
</style>
background-color css
<style>
a { background-color: #BF5D15; }
a { background-color: rgb(191,93,21); }
div.DivClassName
{
background-color: #BF5D15;
}
.BgClassName
{
background-color: #BF5D15;
}
</style>
border-color css
<style>
span { border-color: #BF5D15; }
span { border-color: rgb(191,93,21); }
td.TdClassName
{
border-color: #BF5D15;
}
.TagClassName
{
border-color: #BF5D15;
}
</style>