Shades of Christine #BA671E
Tints of Christine #BA671E
RGB
CMYK
RGB Variations
Color information
#BA671E (or 0xBA671E) is known color: Christine. HEX triplet: BA, 67 and 1E. RGB value is (186,103,30). Sum of RGB (Red+Green+Blue) = 186+103+30=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA671E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA671E is #4598E1. Grayscale: #777777. Windows color (decimal): -4561122 or 1992634. OLE color: 1992634.
HSL color Cylindrical-coordinate representation of color #BA671E: hue angle of 28.08º 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 #BA671E is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 30 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.27 |
| HSL | 28.08º | 0.72% | 0.42% | - |
| HSV(B) | 28.08º | 0.84% | 0.73% | - |
| XYZ | 25.33 | 20.23 | 3.8 | - |
| YUV | 119.5 | 77.5 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 30 | 0 | 0.45 | 0.84 | 0.27 | 28.08 | 0.72 | 0.42 |
| Hex | BA | 67 | 1E | 0 | 2D | 54 | 1B | 1C | 48 | 2A |
| Octal | 272 | 147 | 36 | 0 | 55 | 124 | 33 | 34 | 110 | 52 |
| Binary | 10111010 | 1100111 | 11110 | 0 | 101101 | 1010100 | 11011 | 11100 | 1001000 | 101010 |
Color Harmonies of #BA671E
Complementary color
Monochromatic Colors of #BA671E
Black with #BA671E
Text Example
Text Example
White with #BA671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA671E; }
p { color: rgb(186,103,30); }
H1.HeaderClassName
{
color: #BA671E;
}
.AnyTagClassName
{
color: #BA671E;
}
</style>
background-color css
<style>
a { background-color: #BA671E; }
a { background-color: rgb(186,103,30); }
div.DivClassName
{
background-color: #BA671E;
}
.BgClassName
{
background-color: #BA671E;
}
</style>
border-color css
<style>
span { border-color: #BA671E; }
span { border-color: rgb(186,103,30); }
td.TdClassName
{
border-color: #BA671E;
}
.TagClassName
{
border-color: #BA671E;
}
</style>