Shades of Christine #BA692F
Tints of Christine #BA692F
RGB
CMYK
RGB Variations
Color information
#BA692F (or 0xBA692F) is known color: Christine. HEX triplet: BA, 69 and 2F. RGB value is (186,105,47). Sum of RGB (Red+Green+Blue) = 186+105+47=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA692F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA692F is #4596D0. Grayscale: #7A7A7A. Windows color (decimal): -4560593 or 3107258. OLE color: 3107258.
HSL color Cylindrical-coordinate representation of color #BA692F: hue angle of 25.04º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA692F is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 47 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.27 |
| HSL | 25.04º | 0.6% | 0.46% | - |
| HSV(B) | 25.04º | 0.75% | 0.73% | - |
| XYZ | 25.81 | 20.75 | 5.33 | - |
| YUV | 122.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 47 | 0 | 0.44 | 0.75 | 0.27 | 25.04 | 0.6 | 0.46 |
| Hex | BA | 69 | 2F | 0 | 2C | 4B | 1B | 19 | 3C | 2E |
| Octal | 272 | 151 | 57 | 0 | 54 | 113 | 33 | 31 | 74 | 56 |
| Binary | 10111010 | 1101001 | 101111 | 0 | 101100 | 1001011 | 11011 | 11001 | 111100 | 101110 |
Color Harmonies of #BA692F
Complementary color
Monochromatic Colors of #BA692F
Black with #BA692F
Text Example
Text Example
White with #BA692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA692F; }
p { color: rgb(186,105,47); }
H1.HeaderClassName
{
color: #BA692F;
}
.AnyTagClassName
{
color: #BA692F;
}
</style>
background-color css
<style>
a { background-color: #BA692F; }
a { background-color: rgb(186,105,47); }
div.DivClassName
{
background-color: #BA692F;
}
.BgClassName
{
background-color: #BA692F;
}
</style>
border-color css
<style>
span { border-color: #BA692F; }
span { border-color: rgb(186,105,47); }
td.TdClassName
{
border-color: #BA692F;
}
.TagClassName
{
border-color: #BA692F;
}
</style>