Shades of Christine #BA6935
Tints of Christine #BA6935
RGB
CMYK
RGB Variations
Color information
#BA6935 (or 0xBA6935) is known color: Christine. HEX triplet: BA, 69 and 35. RGB value is (186,105,53). Sum of RGB (Red+Green+Blue) = 186+105+53=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6935 is #4596CA. Grayscale: #7B7B7B. Windows color (decimal): -4560587 or 3500474. OLE color: 3500474.
HSL color Cylindrical-coordinate representation of color #BA6935: hue angle of 23.46º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA6935 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 53 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.27 |
| HSL | 23.46º | 0.56% | 0.47% | - |
| HSV(B) | 23.46º | 0.72% | 0.73% | - |
| XYZ | 25.94 | 20.8 | 6.02 | - |
| YUV | 123.29 | 88.34 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 53 | 0 | 0.44 | 0.72 | 0.27 | 23.46 | 0.56 | 0.47 |
| Hex | BA | 69 | 35 | 0 | 2C | 48 | 1B | 17 | 38 | 2F |
| Octal | 272 | 151 | 65 | 0 | 54 | 110 | 33 | 27 | 70 | 57 |
| Binary | 10111010 | 1101001 | 110101 | 0 | 101100 | 1001000 | 11011 | 10111 | 111000 | 101111 |
Color Harmonies of #BA6935
Complementary color
Monochromatic Colors of #BA6935
Black with #BA6935
Text Example
Text Example
White with #BA6935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6935; }
p { color: rgb(186,105,53); }
H1.HeaderClassName
{
color: #BA6935;
}
.AnyTagClassName
{
color: #BA6935;
}
</style>
background-color css
<style>
a { background-color: #BA6935; }
a { background-color: rgb(186,105,53); }
div.DivClassName
{
background-color: #BA6935;
}
.BgClassName
{
background-color: #BA6935;
}
</style>
border-color css
<style>
span { border-color: #BA6935; }
span { border-color: rgb(186,105,53); }
td.TdClassName
{
border-color: #BA6935;
}
.TagClassName
{
border-color: #BA6935;
}
</style>