Shades of Christine #BA6A2F
Tints of Christine #BA6A2F
RGB
CMYK
RGB Variations
Color information
#BA6A2F (or 0xBA6A2F) is known color: Christine. HEX triplet: BA, 6A and 2F. RGB value is (186,106,47). Sum of RGB (Red+Green+Blue) = 186+106+47=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A2F is #4595D0. Grayscale: #7B7B7B. Windows color (decimal): -4560337 or 3107514. OLE color: 3107514.
HSL color Cylindrical-coordinate representation of color #BA6A2F: hue angle of 25.47º 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 #BA6A2F is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 106 | 47 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.27 |
| HSL | 25.47º | 0.6% | 0.46% | - |
| HSV(B) | 25.47º | 0.75% | 0.73% | - |
| XYZ | 25.92 | 20.95 | 5.37 | - |
| YUV | 123.19 | 85 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 47 | 0 | 0.43 | 0.75 | 0.27 | 25.47 | 0.6 | 0.46 |
| Hex | BA | 6A | 2F | 0 | 2B | 4B | 1B | 19 | 3C | 2E |
| Octal | 272 | 152 | 57 | 0 | 53 | 113 | 33 | 31 | 74 | 56 |
| Binary | 10111010 | 1101010 | 101111 | 0 | 101011 | 1001011 | 11011 | 11001 | 111100 | 101110 |
Color Harmonies of #BA6A2F
Complementary color
Monochromatic Colors of #BA6A2F
Black with #BA6A2F
Text Example
Text Example
White with #BA6A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6A2F; }
p { color: rgb(186,106,47); }
H1.HeaderClassName
{
color: #BA6A2F;
}
.AnyTagClassName
{
color: #BA6A2F;
}
</style>
background-color css
<style>
a { background-color: #BA6A2F; }
a { background-color: rgb(186,106,47); }
div.DivClassName
{
background-color: #BA6A2F;
}
.BgClassName
{
background-color: #BA6A2F;
}
</style>
border-color css
<style>
span { border-color: #BA6A2F; }
span { border-color: rgb(186,106,47); }
td.TdClassName
{
border-color: #BA6A2F;
}
.TagClassName
{
border-color: #BA6A2F;
}
</style>