Shades of Christine #BA6928
Tints of Christine #BA6928
RGB
CMYK
RGB Variations
Color information
#BA6928 (or 0xBA6928) is known color: Christine. HEX triplet: BA, 69 and 28. RGB value is (186,105,40). Sum of RGB (Red+Green+Blue) = 186+105+40=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6928 is #4596D7. Grayscale: #7A7A7A. Windows color (decimal): -4560600 or 2648506. OLE color: 2648506.
HSL color Cylindrical-coordinate representation of color #BA6928: hue angle of 26.71º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA6928 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 40 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.27 |
| HSL | 26.71º | 0.65% | 0.44% | - |
| HSV(B) | 26.71º | 0.78% | 0.73% | - |
| XYZ | 25.68 | 20.7 | 4.65 | - |
| YUV | 121.81 | 81.84 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 40 | 0 | 0.44 | 0.78 | 0.27 | 26.71 | 0.65 | 0.44 |
| Hex | BA | 69 | 28 | 0 | 2C | 4E | 1B | 1B | 41 | 2C |
| Octal | 272 | 151 | 50 | 0 | 54 | 116 | 33 | 33 | 101 | 54 |
| Binary | 10111010 | 1101001 | 101000 | 0 | 101100 | 1001110 | 11011 | 11011 | 1000001 | 101100 |
Color Harmonies of #BA6928
Complementary color
Monochromatic Colors of #BA6928
Black with #BA6928
Text Example
Text Example
White with #BA6928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6928; }
p { color: rgb(186,105,40); }
H1.HeaderClassName
{
color: #BA6928;
}
.AnyTagClassName
{
color: #BA6928;
}
</style>
background-color css
<style>
a { background-color: #BA6928; }
a { background-color: rgb(186,105,40); }
div.DivClassName
{
background-color: #BA6928;
}
.BgClassName
{
background-color: #BA6928;
}
</style>
border-color css
<style>
span { border-color: #BA6928; }
span { border-color: rgb(186,105,40); }
td.TdClassName
{
border-color: #BA6928;
}
.TagClassName
{
border-color: #BA6928;
}
</style>