Shades of Christine #BA6417
Tints of Christine #BA6417
RGB
CMYK
RGB Variations
Color information
#BA6417 (or 0xBA6417) is known color: Christine. HEX triplet: BA, 64 and 17. RGB value is (186,100,23). Sum of RGB (Red+Green+Blue) = 186+100+23=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6417 is #459BE8. Grayscale: #757575. Windows color (decimal): -4561897 or 1533114. OLE color: 1533114.
HSL color Cylindrical-coordinate representation of color #BA6417: hue angle of 28.34º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA6417 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 23 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.27 |
| HSL | 28.34º | 0.78% | 0.41% | - |
| HSV(B) | 28.34º | 0.88% | 0.73% | - |
| XYZ | 24.96 | 19.62 | 3.28 | - |
| YUV | 116.94 | 74.99 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 23 | 0 | 0.46 | 0.88 | 0.27 | 28.34 | 0.78 | 0.41 |
| Hex | BA | 64 | 17 | 0 | 2E | 58 | 1B | 1C | 4E | 29 |
| Octal | 272 | 144 | 27 | 0 | 56 | 130 | 33 | 34 | 116 | 51 |
| Binary | 10111010 | 1100100 | 10111 | 0 | 101110 | 1011000 | 11011 | 11100 | 1001110 | 101001 |
Color Harmonies of #BA6417
Complementary color
Monochromatic Colors of #BA6417
Black with #BA6417
Text Example
Text Example
White with #BA6417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6417; }
p { color: rgb(186,100,23); }
H1.HeaderClassName
{
color: #BA6417;
}
.AnyTagClassName
{
color: #BA6417;
}
</style>
background-color css
<style>
a { background-color: #BA6417; }
a { background-color: rgb(186,100,23); }
div.DivClassName
{
background-color: #BA6417;
}
.BgClassName
{
background-color: #BA6417;
}
</style>
border-color css
<style>
span { border-color: #BA6417; }
span { border-color: rgb(186,100,23); }
td.TdClassName
{
border-color: #BA6417;
}
.TagClassName
{
border-color: #BA6417;
}
</style>