Shades of Christine #BA682F
Tints of Christine #BA682F
RGB
CMYK
RGB Variations
Color information
#BA682F (or 0xBA682F) is known color: Christine. HEX triplet: BA, 68 and 2F. RGB value is (186,104,47). Sum of RGB (Red+Green+Blue) = 186+104+47=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA682F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA682F is #4597D0. Grayscale: #7A7A7A. Windows color (decimal): -4560849 or 3107002. OLE color: 3107002.
HSL color Cylindrical-coordinate representation of color #BA682F: hue angle of 24.6º 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 #BA682F is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 47 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.27 |
| HSL | 24.6º | 0.6% | 0.46% | - |
| HSV(B) | 24.6º | 0.75% | 0.73% | - |
| XYZ | 25.71 | 20.54 | 5.3 | - |
| YUV | 122.02 | 85.67 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 47 | 0 | 0.44 | 0.75 | 0.27 | 24.6 | 0.6 | 0.46 |
| Hex | BA | 68 | 2F | 0 | 2C | 4B | 1B | 19 | 3C | 2E |
| Octal | 272 | 150 | 57 | 0 | 54 | 113 | 33 | 31 | 74 | 56 |
| Binary | 10111010 | 1101000 | 101111 | 0 | 101100 | 1001011 | 11011 | 11001 | 111100 | 101110 |
Color Harmonies of #BA682F
Complementary color
Monochromatic Colors of #BA682F
Black with #BA682F
Text Example
Text Example
White with #BA682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA682F; }
p { color: rgb(186,104,47); }
H1.HeaderClassName
{
color: #BA682F;
}
.AnyTagClassName
{
color: #BA682F;
}
</style>
background-color css
<style>
a { background-color: #BA682F; }
a { background-color: rgb(186,104,47); }
div.DivClassName
{
background-color: #BA682F;
}
.BgClassName
{
background-color: #BA682F;
}
</style>
border-color css
<style>
span { border-color: #BA682F; }
span { border-color: rgb(186,104,47); }
td.TdClassName
{
border-color: #BA682F;
}
.TagClassName
{
border-color: #BA682F;
}
</style>