Shades of Chocolate #BB6315
Tints of Chocolate #BB6315
RGB
CMYK
RGB Variations
Color information
#BB6315 (or 0xBB6315) is known color: Chocolate. HEX triplet: BB, 63 and 15. RGB value is (187,99,21). Sum of RGB (Red+Green+Blue) = 187+99+21=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6315 is #449CEA. Grayscale: #747474. Windows color (decimal): -4496619 or 1401787. OLE color: 1401787.
HSL color Cylindrical-coordinate representation of color #BB6315: hue angle of 28.19º degrees, saturation: 0.8, 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 #BB6315 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 21 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.27 |
| HSL | 28.19º | 0.8% | 0.41% | - |
| HSV(B) | 28.19º | 0.89% | 0.73% | - |
| XYZ | 25.09 | 19.54 | 3.16 | - |
| YUV | 116.42 | 74.15 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 21 | 0 | 0.47 | 0.89 | 0.27 | 28.19 | 0.8 | 0.41 |
| Hex | BB | 63 | 15 | 0 | 2F | 59 | 1B | 1C | 50 | 29 |
| Octal | 273 | 143 | 25 | 0 | 57 | 131 | 33 | 34 | 120 | 51 |
| Binary | 10111011 | 1100011 | 10101 | 0 | 101111 | 1011001 | 11011 | 11100 | 1010000 | 101001 |
Color Harmonies of #BB6315
Complementary color
Monochromatic Colors of #BB6315
Black with #BB6315
Text Example
Text Example
White with #BB6315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6315; }
p { color: rgb(187,99,21); }
H1.HeaderClassName
{
color: #BB6315;
}
.AnyTagClassName
{
color: #BB6315;
}
</style>
background-color css
<style>
a { background-color: #BB6315; }
a { background-color: rgb(187,99,21); }
div.DivClassName
{
background-color: #BB6315;
}
.BgClassName
{
background-color: #BB6315;
}
</style>
border-color css
<style>
span { border-color: #BB6315; }
span { border-color: rgb(187,99,21); }
td.TdClassName
{
border-color: #BB6315;
}
.TagClassName
{
border-color: #BB6315;
}
</style>