Shades of Christine #BA652C
Tints of Christine #BA652C
RGB
CMYK
RGB Variations
Color information
#BA652C (or 0xBA652C) is known color: Christine. HEX triplet: BA, 65 and 2C. RGB value is (186,101,44). Sum of RGB (Red+Green+Blue) = 186+101+44=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA652C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA652C is #459AD3. Grayscale: #787878. Windows color (decimal): -4561620 or 2909626. OLE color: 2909626.
HSL color Cylindrical-coordinate representation of color #BA652C: hue angle of 24.08º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA652C is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 44 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.27 |
| HSL | 24.08º | 0.62% | 0.45% | - |
| HSV(B) | 24.08º | 0.76% | 0.73% | - |
| XYZ | 25.36 | 19.93 | 4.89 | - |
| YUV | 119.92 | 85.16 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 44 | 0 | 0.46 | 0.76 | 0.27 | 24.08 | 0.62 | 0.45 |
| Hex | BA | 65 | 2C | 0 | 2E | 4C | 1B | 18 | 3E | 2D |
| Octal | 272 | 145 | 54 | 0 | 56 | 114 | 33 | 30 | 76 | 55 |
| Binary | 10111010 | 1100101 | 101100 | 0 | 101110 | 1001100 | 11011 | 11000 | 111110 | 101101 |
Color Harmonies of #BA652C
Complementary color
Monochromatic Colors of #BA652C
Black with #BA652C
Text Example
Text Example
White with #BA652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA652C; }
p { color: rgb(186,101,44); }
H1.HeaderClassName
{
color: #BA652C;
}
.AnyTagClassName
{
color: #BA652C;
}
</style>
background-color css
<style>
a { background-color: #BA652C; }
a { background-color: rgb(186,101,44); }
div.DivClassName
{
background-color: #BA652C;
}
.BgClassName
{
background-color: #BA652C;
}
</style>
border-color css
<style>
span { border-color: #BA652C; }
span { border-color: rgb(186,101,44); }
td.TdClassName
{
border-color: #BA652C;
}
.TagClassName
{
border-color: #BA652C;
}
</style>