Shades of Christine #BA6127
Tints of Christine #BA6127
RGB
CMYK
RGB Variations
Color information
#BA6127 (or 0xBA6127) is known color: Christine. HEX triplet: BA, 61 and 27. RGB value is (186,97,39). Sum of RGB (Red+Green+Blue) = 186+97+39=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6127 is #459ED8. Grayscale: #757575. Windows color (decimal): -4562649 or 2580922. OLE color: 2580922.
HSL color Cylindrical-coordinate representation of color #BA6127: hue angle of 23.67º 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 #BA6127 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 39 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.27 |
| HSL | 23.67º | 0.65% | 0.44% | - |
| HSV(B) | 23.67º | 0.79% | 0.73% | - |
| XYZ | 24.89 | 19.13 | 4.3 | - |
| YUV | 117 | 83.99 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 39 | 0 | 0.48 | 0.79 | 0.27 | 23.67 | 0.65 | 0.44 |
| Hex | BA | 61 | 27 | 0 | 30 | 4F | 1B | 18 | 41 | 2C |
| Octal | 272 | 141 | 47 | 0 | 60 | 117 | 33 | 30 | 101 | 54 |
| Binary | 10111010 | 1100001 | 100111 | 0 | 110000 | 1001111 | 11011 | 11000 | 1000001 | 101100 |
Color Harmonies of #BA6127
Complementary color
Monochromatic Colors of #BA6127
Black with #BA6127
Text Example
Text Example
White with #BA6127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6127; }
p { color: rgb(186,97,39); }
H1.HeaderClassName
{
color: #BA6127;
}
.AnyTagClassName
{
color: #BA6127;
}
</style>
background-color css
<style>
a { background-color: #BA6127; }
a { background-color: rgb(186,97,39); }
div.DivClassName
{
background-color: #BA6127;
}
.BgClassName
{
background-color: #BA6127;
}
</style>
border-color css
<style>
span { border-color: #BA6127; }
span { border-color: rgb(186,97,39); }
td.TdClassName
{
border-color: #BA6127;
}
.TagClassName
{
border-color: #BA6127;
}
</style>