Shades of Chocolate #BF5E18
Tints of Chocolate #BF5E18
RGB
CMYK
RGB Variations
Color information
#BF5E18 (or 0xBF5E18) is known color: Chocolate. HEX triplet: BF, 5E and 18. RGB value is (191,94,24). Sum of RGB (Red+Green+Blue) = 191+94+24=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5E18 is #40A1E7. Grayscale: #737373. Windows color (decimal): -4235752 or 1597119. OLE color: 1597119.
HSL color Cylindrical-coordinate representation of color #BF5E18: hue angle of 25.15º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF5E18 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 24 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.25 |
| HSL | 25.15º | 0.78% | 0.42% | - |
| HSV(B) | 25.15º | 0.87% | 0.75% | - |
| XYZ | 25.65 | 19.15 | 3.21 | - |
| YUV | 115.02 | 76.64 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 24 | 0 | 0.51 | 0.87 | 0.25 | 25.15 | 0.78 | 0.42 |
| Hex | BF | 5E | 18 | 0 | 33 | 57 | 19 | 19 | 4E | 2A |
| Octal | 277 | 136 | 30 | 0 | 63 | 127 | 31 | 31 | 116 | 52 |
| Binary | 10111111 | 1011110 | 11000 | 0 | 110011 | 1010111 | 11001 | 11001 | 1001110 | 101010 |
Color Harmonies of #BF5E18
Complementary color
Monochromatic Colors of #BF5E18
Black with #BF5E18
Text Example
Text Example
White with #BF5E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E18; }
p { color: rgb(191,94,24); }
H1.HeaderClassName
{
color: #BF5E18;
}
.AnyTagClassName
{
color: #BF5E18;
}
</style>
background-color css
<style>
a { background-color: #BF5E18; }
a { background-color: rgb(191,94,24); }
div.DivClassName
{
background-color: #BF5E18;
}
.BgClassName
{
background-color: #BF5E18;
}
</style>
border-color css
<style>
span { border-color: #BF5E18; }
span { border-color: rgb(191,94,24); }
td.TdClassName
{
border-color: #BF5E18;
}
.TagClassName
{
border-color: #BF5E18;
}
</style>