Shades of Christine #BA6927
Tints of Christine #BA6927
RGB
CMYK
RGB Variations
Color information
#BA6927 (or 0xBA6927) is known color: Christine. HEX triplet: BA, 69 and 27. RGB value is (186,105,39). Sum of RGB (Red+Green+Blue) = 186+105+39=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6927 is #4596D8. Grayscale: #7A7A7A. Windows color (decimal): -4560601 or 2582970. OLE color: 2582970.
HSL color Cylindrical-coordinate representation of color #BA6927: hue angle of 26.94º 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 #BA6927 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 39 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.27 |
| HSL | 26.94º | 0.65% | 0.44% | - |
| HSV(B) | 26.94º | 0.79% | 0.73% | - |
| XYZ | 25.67 | 20.69 | 4.56 | - |
| YUV | 121.7 | 81.34 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 39 | 0 | 0.44 | 0.79 | 0.27 | 26.94 | 0.65 | 0.44 |
| Hex | BA | 69 | 27 | 0 | 2C | 4F | 1B | 1B | 41 | 2C |
| Octal | 272 | 151 | 47 | 0 | 54 | 117 | 33 | 33 | 101 | 54 |
| Binary | 10111010 | 1101001 | 100111 | 0 | 101100 | 1001111 | 11011 | 11011 | 1000001 | 101100 |
Color Harmonies of #BA6927
Complementary color
Monochromatic Colors of #BA6927
Black with #BA6927
Text Example
Text Example
White with #BA6927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6927; }
p { color: rgb(186,105,39); }
H1.HeaderClassName
{
color: #BA6927;
}
.AnyTagClassName
{
color: #BA6927;
}
</style>
background-color css
<style>
a { background-color: #BA6927; }
a { background-color: rgb(186,105,39); }
div.DivClassName
{
background-color: #BA6927;
}
.BgClassName
{
background-color: #BA6927;
}
</style>
border-color css
<style>
span { border-color: #BA6927; }
span { border-color: rgb(186,105,39); }
td.TdClassName
{
border-color: #BA6927;
}
.TagClassName
{
border-color: #BA6927;
}
</style>