Shades of Christine #BA6126
Tints of Christine #BA6126
RGB
CMYK
RGB Variations
Color information
#BA6126 (or 0xBA6126) is known color: Christine. HEX triplet: BA, 61 and 26. RGB value is (186,97,38). Sum of RGB (Red+Green+Blue) = 186+97+38=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6126 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6126 is #459ED9. Grayscale: #757575. Windows color (decimal): -4562650 or 2515386. OLE color: 2515386.
HSL color Cylindrical-coordinate representation of color #BA6126: hue angle of 23.92º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA6126 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 38 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.27 |
| HSL | 23.92º | 0.66% | 0.44% | - |
| HSV(B) | 23.92º | 0.8% | 0.73% | - |
| XYZ | 24.87 | 19.13 | 4.21 | - |
| YUV | 116.89 | 83.49 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 38 | 0 | 0.48 | 0.80 | 0.27 | 23.92 | 0.66 | 0.44 |
| Hex | BA | 61 | 26 | 0 | 30 | 50 | 1B | 18 | 42 | 2C |
| Octal | 272 | 141 | 46 | 0 | 60 | 120 | 33 | 30 | 102 | 54 |
| Binary | 10111010 | 1100001 | 100110 | 0 | 110000 | 1010000 | 11011 | 11000 | 1000010 | 101100 |
Color Harmonies of #BA6126
Complementary color
Monochromatic Colors of #BA6126
Black with #BA6126
Text Example
Text Example
White with #BA6126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6126; }
p { color: rgb(186,97,38); }
H1.HeaderClassName
{
color: #BA6126;
}
.AnyTagClassName
{
color: #BA6126;
}
</style>
background-color css
<style>
a { background-color: #BA6126; }
a { background-color: rgb(186,97,38); }
div.DivClassName
{
background-color: #BA6126;
}
.BgClassName
{
background-color: #BA6126;
}
</style>
border-color css
<style>
span { border-color: #BA6126; }
span { border-color: rgb(186,97,38); }
td.TdClassName
{
border-color: #BA6126;
}
.TagClassName
{
border-color: #BA6126;
}
</style>