Shades of Christine #BA6A2D
Tints of Christine #BA6A2D
RGB
CMYK
RGB Variations
Color information
#BA6A2D (or 0xBA6A2D) is known color: Christine. HEX triplet: BA, 6A and 2D. RGB value is (186,106,45). Sum of RGB (Red+Green+Blue) = 186+106+45=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6A2D is #4595D2. Grayscale: #7B7B7B. Windows color (decimal): -4560339 or 2976442. OLE color: 2976442.
HSL color Cylindrical-coordinate representation of color #BA6A2D: hue angle of 25.96º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA6A2D is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 106 | 45 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.27 |
| HSL | 25.96º | 0.61% | 0.45% | - |
| HSV(B) | 25.96º | 0.76% | 0.73% | - |
| XYZ | 25.88 | 20.94 | 5.16 | - |
| YUV | 122.97 | 84 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 45 | 0 | 0.43 | 0.76 | 0.27 | 25.96 | 0.61 | 0.45 |
| Hex | BA | 6A | 2D | 0 | 2B | 4C | 1B | 1A | 3D | 2D |
| Octal | 272 | 152 | 55 | 0 | 53 | 114 | 33 | 32 | 75 | 55 |
| Binary | 10111010 | 1101010 | 101101 | 0 | 101011 | 1001100 | 11011 | 11010 | 111101 | 101101 |
Color Harmonies of #BA6A2D
Complementary color
Monochromatic Colors of #BA6A2D
Black with #BA6A2D
Text Example
Text Example
White with #BA6A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6A2D; }
p { color: rgb(186,106,45); }
H1.HeaderClassName
{
color: #BA6A2D;
}
.AnyTagClassName
{
color: #BA6A2D;
}
</style>
background-color css
<style>
a { background-color: #BA6A2D; }
a { background-color: rgb(186,106,45); }
div.DivClassName
{
background-color: #BA6A2D;
}
.BgClassName
{
background-color: #BA6A2D;
}
</style>
border-color css
<style>
span { border-color: #BA6A2D; }
span { border-color: rgb(186,106,45); }
td.TdClassName
{
border-color: #BA6A2D;
}
.TagClassName
{
border-color: #BA6A2D;
}
</style>