Shades of Chocolate #BF5A16
Tints of Chocolate #BF5A16
RGB
CMYK
RGB Variations
Color information
#BF5A16 (or 0xBF5A16) is known color: Chocolate. HEX triplet: BF, 5A and 16. RGB value is (191,90,22). Sum of RGB (Red+Green+Blue) = 191+90+22=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5A16 is #40A5E9. Grayscale: #707070. Windows color (decimal): -4236778 or 1465023. OLE color: 1465023.
HSL color Cylindrical-coordinate representation of color #BF5A16: hue angle of 24.14º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF5A16 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 22 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.25 |
| HSL | 24.14º | 0.79% | 0.42% | - |
| HSV(B) | 24.14º | 0.88% | 0.75% | - |
| XYZ | 25.29 | 18.45 | 2.99 | - |
| YUV | 112.45 | 76.96 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 22 | 0 | 0.53 | 0.88 | 0.25 | 24.14 | 0.79 | 0.42 |
| Hex | BF | 5A | 16 | 0 | 35 | 58 | 19 | 18 | 4F | 2A |
| Octal | 277 | 132 | 26 | 0 | 65 | 130 | 31 | 30 | 117 | 52 |
| Binary | 10111111 | 1011010 | 10110 | 0 | 110101 | 1011000 | 11001 | 11000 | 1001111 | 101010 |
Color Harmonies of #BF5A16
Complementary color
Monochromatic Colors of #BF5A16
Black with #BF5A16
Text Example
Text Example
White with #BF5A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5A16; }
p { color: rgb(191,90,22); }
H1.HeaderClassName
{
color: #BF5A16;
}
.AnyTagClassName
{
color: #BF5A16;
}
</style>
background-color css
<style>
a { background-color: #BF5A16; }
a { background-color: rgb(191,90,22); }
div.DivClassName
{
background-color: #BF5A16;
}
.BgClassName
{
background-color: #BF5A16;
}
</style>
border-color css
<style>
span { border-color: #BF5A16; }
span { border-color: rgb(191,90,22); }
td.TdClassName
{
border-color: #BF5A16;
}
.TagClassName
{
border-color: #BF5A16;
}
</style>