Shades of Christine #BA6B2F
Tints of Christine #BA6B2F
RGB
CMYK
RGB Variations
Color information
#BA6B2F (or 0xBA6B2F) is known color: Christine. HEX triplet: BA, 6B and 2F. RGB value is (186,107,47). Sum of RGB (Red+Green+Blue) = 186+107+47=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6B2F is #4594D0. Grayscale: #7C7C7C. Windows color (decimal): -4560081 or 3107770. OLE color: 3107770.
HSL color Cylindrical-coordinate representation of color #BA6B2F: hue angle of 25.9º 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 #BA6B2F is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 47 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.27 |
| HSL | 25.9º | 0.6% | 0.46% | - |
| HSV(B) | 25.9º | 0.75% | 0.73% | - |
| XYZ | 26.02 | 21.16 | 5.4 | - |
| YUV | 123.78 | 84.67 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 47 | 0 | 0.42 | 0.75 | 0.27 | 25.9 | 0.6 | 0.46 |
| Hex | BA | 6B | 2F | 0 | 2A | 4B | 1B | 1A | 3C | 2E |
| Octal | 272 | 153 | 57 | 0 | 52 | 113 | 33 | 32 | 74 | 56 |
| Binary | 10111010 | 1101011 | 101111 | 0 | 101010 | 1001011 | 11011 | 11010 | 111100 | 101110 |
Color Harmonies of #BA6B2F
Complementary color
Monochromatic Colors of #BA6B2F
Black with #BA6B2F
Text Example
Text Example
White with #BA6B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B2F; }
p { color: rgb(186,107,47); }
H1.HeaderClassName
{
color: #BA6B2F;
}
.AnyTagClassName
{
color: #BA6B2F;
}
</style>
background-color css
<style>
a { background-color: #BA6B2F; }
a { background-color: rgb(186,107,47); }
div.DivClassName
{
background-color: #BA6B2F;
}
.BgClassName
{
background-color: #BA6B2F;
}
</style>
border-color css
<style>
span { border-color: #BA6B2F; }
span { border-color: rgb(186,107,47); }
td.TdClassName
{
border-color: #BA6B2F;
}
.TagClassName
{
border-color: #BA6B2F;
}
</style>