Shades of Christine #BA661E
Tints of Christine #BA661E
RGB
CMYK
RGB Variations
Color information
#BA661E (or 0xBA661E) is known color: Christine. HEX triplet: BA, 66 and 1E. RGB value is (186,102,30). Sum of RGB (Red+Green+Blue) = 186+102+30=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA661E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA661E is #4599E1. Grayscale: #777777. Windows color (decimal): -4561378 or 1992378. OLE color: 1992378.
HSL color Cylindrical-coordinate representation of color #BA661E: hue angle of 27.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA661E is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 30 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.27 |
| HSL | 27.69º | 0.72% | 0.42% | - |
| HSV(B) | 27.69º | 0.84% | 0.73% | - |
| XYZ | 25.24 | 20.04 | 3.77 | - |
| YUV | 118.91 | 77.83 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 30 | 0 | 0.45 | 0.84 | 0.27 | 27.69 | 0.72 | 0.42 |
| Hex | BA | 66 | 1E | 0 | 2D | 54 | 1B | 1C | 48 | 2A |
| Octal | 272 | 146 | 36 | 0 | 55 | 124 | 33 | 34 | 110 | 52 |
| Binary | 10111010 | 1100110 | 11110 | 0 | 101101 | 1010100 | 11011 | 11100 | 1001000 | 101010 |
Color Harmonies of #BA661E
Complementary color
Monochromatic Colors of #BA661E
Black with #BA661E
Text Example
Text Example
White with #BA661E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA661E; }
p { color: rgb(186,102,30); }
H1.HeaderClassName
{
color: #BA661E;
}
.AnyTagClassName
{
color: #BA661E;
}
</style>
background-color css
<style>
a { background-color: #BA661E; }
a { background-color: rgb(186,102,30); }
div.DivClassName
{
background-color: #BA661E;
}
.BgClassName
{
background-color: #BA661E;
}
</style>
border-color css
<style>
span { border-color: #BA661E; }
span { border-color: rgb(186,102,30); }
td.TdClassName
{
border-color: #BA661E;
}
.TagClassName
{
border-color: #BA661E;
}
</style>