Shades of Chocolate #BC660F
Tints of Chocolate #BC660F
RGB
CMYK
RGB Variations
Color information
#BC660F (or 0xBC660F) is known color: Chocolate. HEX triplet: BC, 66 and 0F. RGB value is (188,102,15). Sum of RGB (Red+Green+Blue) = 188+102+15=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC660F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC660F is #4399F0. Grayscale: #767676. Windows color (decimal): -4430321 or 1009340. OLE color: 1009340.
HSL color Cylindrical-coordinate representation of color #BC660F: hue angle of 30.17º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC660F is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 15 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.26 |
| HSL | 30.17º | 0.85% | 0.4% | - |
| HSV(B) | 30.17º | 0.92% | 0.74% | - |
| XYZ | 25.58 | 20.23 | 3.01 | - |
| YUV | 117.8 | 69.99 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 15 | 0 | 0.46 | 0.92 | 0.26 | 30.17 | 0.85 | 0.4 |
| Hex | BC | 66 | F | 0 | 2E | 5C | 1A | 1E | 55 | 28 |
| Octal | 274 | 146 | 17 | 0 | 56 | 134 | 32 | 36 | 125 | 50 |
| Binary | 10111100 | 1100110 | 1111 | 0 | 101110 | 1011100 | 11010 | 11110 | 1010101 | 101000 |
Color Harmonies of #BC660F
Complementary color
Monochromatic Colors of #BC660F
Black with #BC660F
Text Example
Text Example
White with #BC660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC660F; }
p { color: rgb(188,102,15); }
H1.HeaderClassName
{
color: #BC660F;
}
.AnyTagClassName
{
color: #BC660F;
}
</style>
background-color css
<style>
a { background-color: #BC660F; }
a { background-color: rgb(188,102,15); }
div.DivClassName
{
background-color: #BC660F;
}
.BgClassName
{
background-color: #BC660F;
}
</style>
border-color css
<style>
span { border-color: #BC660F; }
span { border-color: rgb(188,102,15); }
td.TdClassName
{
border-color: #BC660F;
}
.TagClassName
{
border-color: #BC660F;
}
</style>