Shades of Christine #BA651B
Tints of Christine #BA651B
RGB
CMYK
RGB Variations
Color information
#BA651B (or 0xBA651B) is known color: Christine. HEX triplet: BA, 65 and 1B. RGB value is (186,101,27). Sum of RGB (Red+Green+Blue) = 186+101+27=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA651B is #459AE4. Grayscale: #767676. Windows color (decimal): -4561637 or 1795514. OLE color: 1795514.
HSL color Cylindrical-coordinate representation of color #BA651B: hue angle of 27.92º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA651B is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 27 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.27 |
| HSL | 27.92º | 0.75% | 0.42% | - |
| HSV(B) | 27.92º | 0.85% | 0.73% | - |
| XYZ | 25.1 | 19.83 | 3.54 | - |
| YUV | 117.98 | 76.66 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 27 | 0 | 0.46 | 0.85 | 0.27 | 27.92 | 0.75 | 0.42 |
| Hex | BA | 65 | 1B | 0 | 2E | 55 | 1B | 1C | 4B | 2A |
| Octal | 272 | 145 | 33 | 0 | 56 | 125 | 33 | 34 | 113 | 52 |
| Binary | 10111010 | 1100101 | 11011 | 0 | 101110 | 1010101 | 11011 | 11100 | 1001011 | 101010 |
Color Harmonies of #BA651B
Complementary color
Monochromatic Colors of #BA651B
Black with #BA651B
Text Example
Text Example
White with #BA651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA651B; }
p { color: rgb(186,101,27); }
H1.HeaderClassName
{
color: #BA651B;
}
.AnyTagClassName
{
color: #BA651B;
}
</style>
background-color css
<style>
a { background-color: #BA651B; }
a { background-color: rgb(186,101,27); }
div.DivClassName
{
background-color: #BA651B;
}
.BgClassName
{
background-color: #BA651B;
}
</style>
border-color css
<style>
span { border-color: #BA651B; }
span { border-color: rgb(186,101,27); }
td.TdClassName
{
border-color: #BA651B;
}
.TagClassName
{
border-color: #BA651B;
}
</style>