Shades of Christine #BA6923
Tints of Christine #BA6923
RGB
CMYK
RGB Variations
Color information
#BA6923 (or 0xBA6923) is known color: Christine. HEX triplet: BA, 69 and 23. RGB value is (186,105,35). Sum of RGB (Red+Green+Blue) = 186+105+35=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6923 is #4596DC. Grayscale: #797979. Windows color (decimal): -4560605 or 2320826. OLE color: 2320826.
HSL color Cylindrical-coordinate representation of color #BA6923: hue angle of 27.81º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA6923 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 35 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.27 |
| HSL | 27.81º | 0.68% | 0.43% | - |
| HSV(B) | 27.81º | 0.81% | 0.73% | - |
| XYZ | 25.6 | 20.66 | 4.23 | - |
| YUV | 121.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 35 | 0 | 0.44 | 0.81 | 0.27 | 27.81 | 0.68 | 0.43 |
| Hex | BA | 69 | 23 | 0 | 2C | 51 | 1B | 1C | 44 | 2B |
| Octal | 272 | 151 | 43 | 0 | 54 | 121 | 33 | 34 | 104 | 53 |
| Binary | 10111010 | 1101001 | 100011 | 0 | 101100 | 1010001 | 11011 | 11100 | 1000100 | 101011 |
Color Harmonies of #BA6923
Complementary color
Monochromatic Colors of #BA6923
Black with #BA6923
Text Example
Text Example
White with #BA6923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6923; }
p { color: rgb(186,105,35); }
H1.HeaderClassName
{
color: #BA6923;
}
.AnyTagClassName
{
color: #BA6923;
}
</style>
background-color css
<style>
a { background-color: #BA6923; }
a { background-color: rgb(186,105,35); }
div.DivClassName
{
background-color: #BA6923;
}
.BgClassName
{
background-color: #BA6923;
}
</style>
border-color css
<style>
span { border-color: #BA6923; }
span { border-color: rgb(186,105,35); }
td.TdClassName
{
border-color: #BA6923;
}
.TagClassName
{
border-color: #BA6923;
}
</style>