Shades of Christine #BA651A
Tints of Christine #BA651A
RGB
CMYK
RGB Variations
Color information
#BA651A (or 0xBA651A) is known color: Christine. HEX triplet: BA, 65 and 1A. RGB value is (186,101,26). Sum of RGB (Red+Green+Blue) = 186+101+26=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA651A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA651A is #459AE5. Grayscale: #767676. Windows color (decimal): -4561638 or 1729978. OLE color: 1729978.
HSL color Cylindrical-coordinate representation of color #BA651A: hue angle of 28.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA651A is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 26 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.27 |
| HSL | 28.13º | 0.75% | 0.42% | - |
| HSV(B) | 28.13º | 0.86% | 0.73% | - |
| XYZ | 25.09 | 19.82 | 3.48 | - |
| YUV | 117.87 | 76.16 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 26 | 0 | 0.46 | 0.86 | 0.27 | 28.13 | 0.75 | 0.42 |
| Hex | BA | 65 | 1A | 0 | 2E | 56 | 1B | 1C | 4B | 2A |
| Octal | 272 | 145 | 32 | 0 | 56 | 126 | 33 | 34 | 113 | 52 |
| Binary | 10111010 | 1100101 | 11010 | 0 | 101110 | 1010110 | 11011 | 11100 | 1001011 | 101010 |
Color Harmonies of #BA651A
Complementary color
Monochromatic Colors of #BA651A
Black with #BA651A
Text Example
Text Example
White with #BA651A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA651A; }
p { color: rgb(186,101,26); }
H1.HeaderClassName
{
color: #BA651A;
}
.AnyTagClassName
{
color: #BA651A;
}
</style>
background-color css
<style>
a { background-color: #BA651A; }
a { background-color: rgb(186,101,26); }
div.DivClassName
{
background-color: #BA651A;
}
.BgClassName
{
background-color: #BA651A;
}
</style>
border-color css
<style>
span { border-color: #BA651A; }
span { border-color: rgb(186,101,26); }
td.TdClassName
{
border-color: #BA651A;
}
.TagClassName
{
border-color: #BA651A;
}
</style>