Shades of Chocolate #BA670F
Tints of Chocolate #BA670F
RGB
CMYK
RGB Variations
Color information
#BA670F (or 0xBA670F) is known color: Chocolate. HEX triplet: BA, 67 and 0F. RGB value is (186,103,15). Sum of RGB (Red+Green+Blue) = 186+103+15=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA670F is #4598F0. Grayscale: #767676. Windows color (decimal): -4561137 or 1009594. OLE color: 1009594.
HSL color Cylindrical-coordinate representation of color #BA670F: hue angle of 30.88º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA670F is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 15 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.27 |
| HSL | 30.88º | 0.85% | 0.39% | - |
| HSV(B) | 30.88º | 0.92% | 0.73% | - |
| XYZ | 25.19 | 20.17 | 3.02 | - |
| YUV | 117.79 | 70 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 15 | 0 | 0.45 | 0.92 | 0.27 | 30.88 | 0.85 | 0.39 |
| Hex | BA | 67 | F | 0 | 2D | 5C | 1B | 1F | 55 | 27 |
| Octal | 272 | 147 | 17 | 0 | 55 | 134 | 33 | 37 | 125 | 47 |
| Binary | 10111010 | 1100111 | 1111 | 0 | 101101 | 1011100 | 11011 | 11111 | 1010101 | 100111 |
Color Harmonies of #BA670F
Complementary color
Monochromatic Colors of #BA670F
Black with #BA670F
Text Example
Text Example
White with #BA670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA670F; }
p { color: rgb(186,103,15); }
H1.HeaderClassName
{
color: #BA670F;
}
.AnyTagClassName
{
color: #BA670F;
}
</style>
background-color css
<style>
a { background-color: #BA670F; }
a { background-color: rgb(186,103,15); }
div.DivClassName
{
background-color: #BA670F;
}
.BgClassName
{
background-color: #BA670F;
}
</style>
border-color css
<style>
span { border-color: #BA670F; }
span { border-color: rgb(186,103,15); }
td.TdClassName
{
border-color: #BA670F;
}
.TagClassName
{
border-color: #BA670F;
}
</style>