Shades of Christine #BA691D
Tints of Christine #BA691D
RGB
CMYK
RGB Variations
Color information
#BA691D (or 0xBA691D) is known color: Christine. HEX triplet: BA, 69 and 1D. RGB value is (186,105,29). Sum of RGB (Red+Green+Blue) = 186+105+29=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA691D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA691D is #4596E2. Grayscale: #787878. Windows color (decimal): -4560611 or 1927610. OLE color: 1927610.
HSL color Cylindrical-coordinate representation of color #BA691D: hue angle of 29.04º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA691D is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 29 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.27 |
| HSL | 29.04º | 0.73% | 0.42% | - |
| HSV(B) | 29.04º | 0.84% | 0.73% | - |
| XYZ | 25.52 | 20.63 | 3.8 | - |
| YUV | 120.56 | 76.34 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 29 | 0 | 0.44 | 0.84 | 0.27 | 29.04 | 0.73 | 0.42 |
| Hex | BA | 69 | 1D | 0 | 2C | 54 | 1B | 1D | 49 | 2A |
| Octal | 272 | 151 | 35 | 0 | 54 | 124 | 33 | 35 | 111 | 52 |
| Binary | 10111010 | 1101001 | 11101 | 0 | 101100 | 1010100 | 11011 | 11101 | 1001001 | 101010 |
Color Harmonies of #BA691D
Complementary color
Monochromatic Colors of #BA691D
Black with #BA691D
Text Example
Text Example
White with #BA691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA691D; }
p { color: rgb(186,105,29); }
H1.HeaderClassName
{
color: #BA691D;
}
.AnyTagClassName
{
color: #BA691D;
}
</style>
background-color css
<style>
a { background-color: #BA691D; }
a { background-color: rgb(186,105,29); }
div.DivClassName
{
background-color: #BA691D;
}
.BgClassName
{
background-color: #BA691D;
}
</style>
border-color css
<style>
span { border-color: #BA691D; }
span { border-color: rgb(186,105,29); }
td.TdClassName
{
border-color: #BA691D;
}
.TagClassName
{
border-color: #BA691D;
}
</style>