Shades of Chocolate #BB6313
Tints of Chocolate #BB6313
RGB
CMYK
RGB Variations
Color information
#BB6313 (or 0xBB6313) is known color: Chocolate. HEX triplet: BB, 63 and 13. RGB value is (187,99,19). Sum of RGB (Red+Green+Blue) = 187+99+19=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6313 is #449CEC. Grayscale: #747474. Windows color (decimal): -4496621 or 1270715. OLE color: 1270715.
HSL color Cylindrical-coordinate representation of color #BB6313: hue angle of 28.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB6313 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 19 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.27 |
| HSL | 28.57º | 0.82% | 0.4% | - |
| HSV(B) | 28.57º | 0.9% | 0.73% | - |
| XYZ | 25.07 | 19.54 | 3.07 | - |
| YUV | 116.19 | 73.15 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 19 | 0 | 0.47 | 0.90 | 0.27 | 28.57 | 0.82 | 0.4 |
| Hex | BB | 63 | 13 | 0 | 2F | 5A | 1B | 1D | 52 | 28 |
| Octal | 273 | 143 | 23 | 0 | 57 | 132 | 33 | 35 | 122 | 50 |
| Binary | 10111011 | 1100011 | 10011 | 0 | 101111 | 1011010 | 11011 | 11101 | 1010010 | 101000 |
Color Harmonies of #BB6313
Complementary color
Monochromatic Colors of #BB6313
Black with #BB6313
Text Example
Text Example
White with #BB6313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6313; }
p { color: rgb(187,99,19); }
H1.HeaderClassName
{
color: #BB6313;
}
.AnyTagClassName
{
color: #BB6313;
}
</style>
background-color css
<style>
a { background-color: #BB6313; }
a { background-color: rgb(187,99,19); }
div.DivClassName
{
background-color: #BB6313;
}
.BgClassName
{
background-color: #BB6313;
}
</style>
border-color css
<style>
span { border-color: #BB6313; }
span { border-color: rgb(187,99,19); }
td.TdClassName
{
border-color: #BB6313;
}
.TagClassName
{
border-color: #BB6313;
}
</style>