Shades of Christine #BA641F
Tints of Christine #BA641F
RGB
CMYK
RGB Variations
Color information
#BA641F (or 0xBA641F) is known color: Christine. HEX triplet: BA, 64 and 1F. RGB value is (186,100,31). Sum of RGB (Red+Green+Blue) = 186+100+31=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA641F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA641F is #459BE0. Grayscale: #767676. Windows color (decimal): -4561889 or 2057402. OLE color: 2057402.
HSL color Cylindrical-coordinate representation of color #BA641F: hue angle of 26.71º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA641F is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 31 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.27 |
| HSL | 26.71º | 0.71% | 0.43% | - |
| HSV(B) | 26.71º | 0.83% | 0.73% | - |
| XYZ | 25.05 | 19.65 | 3.77 | - |
| YUV | 117.85 | 78.99 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 31 | 0 | 0.46 | 0.83 | 0.27 | 26.71 | 0.71 | 0.43 |
| Hex | BA | 64 | 1F | 0 | 2E | 53 | 1B | 1B | 47 | 2B |
| Octal | 272 | 144 | 37 | 0 | 56 | 123 | 33 | 33 | 107 | 53 |
| Binary | 10111010 | 1100100 | 11111 | 0 | 101110 | 1010011 | 11011 | 11011 | 1000111 | 101011 |
Color Harmonies of #BA641F
Complementary color
Monochromatic Colors of #BA641F
Black with #BA641F
Text Example
Text Example
White with #BA641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA641F; }
p { color: rgb(186,100,31); }
H1.HeaderClassName
{
color: #BA641F;
}
.AnyTagClassName
{
color: #BA641F;
}
</style>
background-color css
<style>
a { background-color: #BA641F; }
a { background-color: rgb(186,100,31); }
div.DivClassName
{
background-color: #BA641F;
}
.BgClassName
{
background-color: #BA641F;
}
</style>
border-color css
<style>
span { border-color: #BA641F; }
span { border-color: rgb(186,100,31); }
td.TdClassName
{
border-color: #BA641F;
}
.TagClassName
{
border-color: #BA641F;
}
</style>