Shades of Chocolate #BF6012
Tints of Chocolate #BF6012
RGB
CMYK
RGB Variations
Color information
#BF6012 (or 0xBF6012) is known color: Chocolate. HEX triplet: BF, 60 and 12. RGB value is (191,96,18). Sum of RGB (Red+Green+Blue) = 191+96+18=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6012 is #409FED. Grayscale: #737373. Windows color (decimal): -4235246 or 1204415. OLE color: 1204415.
HSL color Cylindrical-coordinate representation of color #BF6012: hue angle of 27.05º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF6012 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 18 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.25 |
| HSL | 27.05º | 0.83% | 0.41% | - |
| HSV(B) | 27.05º | 0.91% | 0.75% | - |
| XYZ | 25.78 | 19.49 | 2.97 | - |
| YUV | 115.51 | 72.97 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 18 | 0 | 0.50 | 0.91 | 0.25 | 27.05 | 0.83 | 0.41 |
| Hex | BF | 60 | 12 | 0 | 32 | 5B | 19 | 1B | 53 | 29 |
| Octal | 277 | 140 | 22 | 0 | 62 | 133 | 31 | 33 | 123 | 51 |
| Binary | 10111111 | 1100000 | 10010 | 0 | 110010 | 1011011 | 11001 | 11011 | 1010011 | 101001 |
Color Harmonies of #BF6012
Complementary color
Monochromatic Colors of #BF6012
Black with #BF6012
Text Example
Text Example
White with #BF6012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6012; }
p { color: rgb(191,96,18); }
H1.HeaderClassName
{
color: #BF6012;
}
.AnyTagClassName
{
color: #BF6012;
}
</style>
background-color css
<style>
a { background-color: #BF6012; }
a { background-color: rgb(191,96,18); }
div.DivClassName
{
background-color: #BF6012;
}
.BgClassName
{
background-color: #BF6012;
}
</style>
border-color css
<style>
span { border-color: #BF6012; }
span { border-color: rgb(191,96,18); }
td.TdClassName
{
border-color: #BF6012;
}
.TagClassName
{
border-color: #BF6012;
}
</style>