Shades of Chocolate #BB6314
Tints of Chocolate #BB6314
RGB
CMYK
RGB Variations
Color information
#BB6314 (or 0xBB6314) is known color: Chocolate. HEX triplet: BB, 63 and 14. RGB value is (187,99,20). Sum of RGB (Red+Green+Blue) = 187+99+20=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6314 is #449CEB. Grayscale: #747474. Windows color (decimal): -4496620 or 1336251. OLE color: 1336251.
HSL color Cylindrical-coordinate representation of color #BB6314: hue angle of 28.38º 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 #BB6314 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 20 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.27 |
| HSL | 28.38º | 0.81% | 0.41% | - |
| HSV(B) | 28.38º | 0.89% | 0.73% | - |
| XYZ | 25.08 | 19.54 | 3.11 | - |
| YUV | 116.31 | 73.65 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 20 | 0 | 0.47 | 0.89 | 0.27 | 28.38 | 0.81 | 0.41 |
| Hex | BB | 63 | 14 | 0 | 2F | 59 | 1B | 1C | 51 | 29 |
| Octal | 273 | 143 | 24 | 0 | 57 | 131 | 33 | 34 | 121 | 51 |
| Binary | 10111011 | 1100011 | 10100 | 0 | 101111 | 1011001 | 11011 | 11100 | 1010001 | 101001 |
Color Harmonies of #BB6314
Complementary color
Monochromatic Colors of #BB6314
Black with #BB6314
Text Example
Text Example
White with #BB6314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6314; }
p { color: rgb(187,99,20); }
H1.HeaderClassName
{
color: #BB6314;
}
.AnyTagClassName
{
color: #BB6314;
}
</style>
background-color css
<style>
a { background-color: #BB6314; }
a { background-color: rgb(187,99,20); }
div.DivClassName
{
background-color: #BB6314;
}
.BgClassName
{
background-color: #BB6314;
}
</style>
border-color css
<style>
span { border-color: #BB6314; }
span { border-color: rgb(187,99,20); }
td.TdClassName
{
border-color: #BB6314;
}
.TagClassName
{
border-color: #BB6314;
}
</style>