Shades of Christine #BA5D27
Tints of Christine #BA5D27
RGB
CMYK
RGB Variations
Color information
#BA5D27 (or 0xBA5D27) is known color: Christine. HEX triplet: BA, 5D and 27. RGB value is (186,93,39). Sum of RGB (Red+Green+Blue) = 186+93+39=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D27 is #45A2D8. Grayscale: #727272. Windows color (decimal): -4563673 or 2579898. OLE color: 2579898.
HSL color Cylindrical-coordinate representation of color #BA5D27: hue angle of 22.04º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA5D27 is Cyan = 0, Magento = 0.5, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 39 | - |
| CMYK | 0 | 0.5 | 0.79 | 0.27 |
| HSL | 22.04º | 0.65% | 0.44% | - |
| HSV(B) | 22.04º | 0.79% | 0.73% | - |
| XYZ | 24.53 | 18.41 | 4.18 | - |
| YUV | 114.65 | 85.31 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 39 | 0 | 0.5 | 0.79 | 0.27 | 22.04 | 0.65 | 0.44 |
| Hex | BA | 5D | 27 | 0 | 32 | 4F | 1B | 16 | 41 | 2C |
| Octal | 272 | 135 | 47 | 0 | 62 | 117 | 33 | 26 | 101 | 54 |
| Binary | 10111010 | 1011101 | 100111 | 0 | 110010 | 1001111 | 11011 | 10110 | 1000001 | 101100 |
Color Harmonies of #BA5D27
Complementary color
Monochromatic Colors of #BA5D27
Black with #BA5D27
Text Example
Text Example
White with #BA5D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D27; }
p { color: rgb(186,93,39); }
H1.HeaderClassName
{
color: #BA5D27;
}
.AnyTagClassName
{
color: #BA5D27;
}
</style>
background-color css
<style>
a { background-color: #BA5D27; }
a { background-color: rgb(186,93,39); }
div.DivClassName
{
background-color: #BA5D27;
}
.BgClassName
{
background-color: #BA5D27;
}
</style>
border-color css
<style>
span { border-color: #BA5D27; }
span { border-color: rgb(186,93,39); }
td.TdClassName
{
border-color: #BA5D27;
}
.TagClassName
{
border-color: #BA5D27;
}
</style>