Shades of Chocolate #BB5E14
Tints of Chocolate #BB5E14
RGB
CMYK
RGB Variations
Color information
#BB5E14 (or 0xBB5E14) is known color: Chocolate. HEX triplet: BB, 5E and 14. RGB value is (187,94,20). Sum of RGB (Red+Green+Blue) = 187+94+20=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5E14 is #44A1EB. Grayscale: #717171. Windows color (decimal): -4497900 or 1334971. OLE color: 1334971.
HSL color Cylindrical-coordinate representation of color #BB5E14: hue angle of 26.59º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB5E14 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 20 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.27 |
| HSL | 26.59º | 0.81% | 0.41% | - |
| HSV(B) | 26.59º | 0.89% | 0.73% | - |
| XYZ | 24.62 | 18.62 | 2.96 | - |
| YUV | 113.37 | 75.31 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 20 | 0 | 0.50 | 0.89 | 0.27 | 26.59 | 0.81 | 0.41 |
| Hex | BB | 5E | 14 | 0 | 32 | 59 | 1B | 1B | 51 | 29 |
| Octal | 273 | 136 | 24 | 0 | 62 | 131 | 33 | 33 | 121 | 51 |
| Binary | 10111011 | 1011110 | 10100 | 0 | 110010 | 1011001 | 11011 | 11011 | 1010001 | 101001 |
Color Harmonies of #BB5E14
Complementary color
Monochromatic Colors of #BB5E14
Black with #BB5E14
Text Example
Text Example
White with #BB5E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E14; }
p { color: rgb(187,94,20); }
H1.HeaderClassName
{
color: #BB5E14;
}
.AnyTagClassName
{
color: #BB5E14;
}
</style>
background-color css
<style>
a { background-color: #BB5E14; }
a { background-color: rgb(187,94,20); }
div.DivClassName
{
background-color: #BB5E14;
}
.BgClassName
{
background-color: #BB5E14;
}
</style>
border-color css
<style>
span { border-color: #BB5E14; }
span { border-color: rgb(187,94,20); }
td.TdClassName
{
border-color: #BB5E14;
}
.TagClassName
{
border-color: #BB5E14;
}
</style>