Shades of Christine #BA6423
Tints of Christine #BA6423
RGB
CMYK
RGB Variations
Color information
#BA6423 (or 0xBA6423) is known color: Christine. HEX triplet: BA, 64 and 23. RGB value is (186,100,35). Sum of RGB (Red+Green+Blue) = 186+100+35=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6423 is #459BDC. Grayscale: #767676. Windows color (decimal): -4561885 or 2319546. OLE color: 2319546.
HSL color Cylindrical-coordinate representation of color #BA6423: hue angle of 25.83º 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 #BA6423 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 35 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.27 |
| HSL | 25.83º | 0.68% | 0.43% | - |
| HSV(B) | 25.83º | 0.81% | 0.73% | - |
| XYZ | 25.11 | 19.67 | 4.06 | - |
| YUV | 118.3 | 80.99 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 35 | 0 | 0.46 | 0.81 | 0.27 | 25.83 | 0.68 | 0.43 |
| Hex | BA | 64 | 23 | 0 | 2E | 51 | 1B | 1A | 44 | 2B |
| Octal | 272 | 144 | 43 | 0 | 56 | 121 | 33 | 32 | 104 | 53 |
| Binary | 10111010 | 1100100 | 100011 | 0 | 101110 | 1010001 | 11011 | 11010 | 1000100 | 101011 |
Color Harmonies of #BA6423
Complementary color
Monochromatic Colors of #BA6423
Black with #BA6423
Text Example
Text Example
White with #BA6423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6423; }
p { color: rgb(186,100,35); }
H1.HeaderClassName
{
color: #BA6423;
}
.AnyTagClassName
{
color: #BA6423;
}
</style>
background-color css
<style>
a { background-color: #BA6423; }
a { background-color: rgb(186,100,35); }
div.DivClassName
{
background-color: #BA6423;
}
.BgClassName
{
background-color: #BA6423;
}
</style>
border-color css
<style>
span { border-color: #BA6423; }
span { border-color: rgb(186,100,35); }
td.TdClassName
{
border-color: #BA6423;
}
.TagClassName
{
border-color: #BA6423;
}
</style>