Shades of Christine #BA652F
Tints of Christine #BA652F
RGB
CMYK
RGB Variations
Color information
#BA652F (or 0xBA652F) is known color: Christine. HEX triplet: BA, 65 and 2F. RGB value is (186,101,47). Sum of RGB (Red+Green+Blue) = 186+101+47=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA652F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA652F is #459AD0. Grayscale: #787878. Windows color (decimal): -4561617 or 3106234. OLE color: 3106234.
HSL color Cylindrical-coordinate representation of color #BA652F: hue angle of 23.31º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA652F is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 47 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.27 |
| HSL | 23.31º | 0.6% | 0.46% | - |
| HSV(B) | 23.31º | 0.75% | 0.73% | - |
| XYZ | 25.42 | 19.95 | 5.2 | - |
| YUV | 120.26 | 86.66 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 47 | 0 | 0.46 | 0.75 | 0.27 | 23.31 | 0.6 | 0.46 |
| Hex | BA | 65 | 2F | 0 | 2E | 4B | 1B | 17 | 3C | 2E |
| Octal | 272 | 145 | 57 | 0 | 56 | 113 | 33 | 27 | 74 | 56 |
| Binary | 10111010 | 1100101 | 101111 | 0 | 101110 | 1001011 | 11011 | 10111 | 111100 | 101110 |
Color Harmonies of #BA652F
Complementary color
Monochromatic Colors of #BA652F
Black with #BA652F
Text Example
Text Example
White with #BA652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA652F; }
p { color: rgb(186,101,47); }
H1.HeaderClassName
{
color: #BA652F;
}
.AnyTagClassName
{
color: #BA652F;
}
</style>
background-color css
<style>
a { background-color: #BA652F; }
a { background-color: rgb(186,101,47); }
div.DivClassName
{
background-color: #BA652F;
}
.BgClassName
{
background-color: #BA652F;
}
</style>
border-color css
<style>
span { border-color: #BA652F; }
span { border-color: rgb(186,101,47); }
td.TdClassName
{
border-color: #BA652F;
}
.TagClassName
{
border-color: #BA652F;
}
</style>