Shades of Christine #BA621E
Tints of Christine #BA621E
RGB
CMYK
RGB Variations
Color information
#BA621E (or 0xBA621E) is known color: Christine. HEX triplet: BA, 62 and 1E. RGB value is (186,98,30). Sum of RGB (Red+Green+Blue) = 186+98+30=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA621E is #459DE1. Grayscale: #747474. Windows color (decimal): -4562402 or 1991354. OLE color: 1991354.
HSL color Cylindrical-coordinate representation of color #BA621E: hue angle of 26.15º 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 #BA621E is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 98 | 30 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.27 |
| HSL | 26.15º | 0.72% | 0.42% | - |
| HSV(B) | 26.15º | 0.84% | 0.73% | - |
| XYZ | 24.85 | 19.27 | 3.64 | - |
| YUV | 116.56 | 79.15 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 30 | 0 | 0.47 | 0.84 | 0.27 | 26.15 | 0.72 | 0.42 |
| Hex | BA | 62 | 1E | 0 | 2F | 54 | 1B | 1A | 48 | 2A |
| Octal | 272 | 142 | 36 | 0 | 57 | 124 | 33 | 32 | 110 | 52 |
| Binary | 10111010 | 1100010 | 11110 | 0 | 101111 | 1010100 | 11011 | 11010 | 1001000 | 101010 |
Color Harmonies of #BA621E
Complementary color
Monochromatic Colors of #BA621E
Black with #BA621E
Text Example
Text Example
White with #BA621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA621E; }
p { color: rgb(186,98,30); }
H1.HeaderClassName
{
color: #BA621E;
}
.AnyTagClassName
{
color: #BA621E;
}
</style>
background-color css
<style>
a { background-color: #BA621E; }
a { background-color: rgb(186,98,30); }
div.DivClassName
{
background-color: #BA621E;
}
.BgClassName
{
background-color: #BA621E;
}
</style>
border-color css
<style>
span { border-color: #BA621E; }
span { border-color: rgb(186,98,30); }
td.TdClassName
{
border-color: #BA621E;
}
.TagClassName
{
border-color: #BA621E;
}
</style>