Shades of Christine #BA651D
Tints of Christine #BA651D
RGB
CMYK
RGB Variations
Color information
#BA651D (or 0xBA651D) is known color: Christine. HEX triplet: BA, 65 and 1D. RGB value is (186,101,29). Sum of RGB (Red+Green+Blue) = 186+101+29=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA651D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA651D is #459AE2. Grayscale: #767676. Windows color (decimal): -4561635 or 1926586. OLE color: 1926586.
HSL color Cylindrical-coordinate representation of color #BA651D: hue angle of 27.52º degrees, saturation: 0.73, 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 #BA651D is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 29 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.27 |
| HSL | 27.52º | 0.73% | 0.42% | - |
| HSV(B) | 27.52º | 0.84% | 0.73% | - |
| XYZ | 25.13 | 19.84 | 3.67 | - |
| YUV | 118.21 | 77.66 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 29 | 0 | 0.46 | 0.84 | 0.27 | 27.52 | 0.73 | 0.42 |
| Hex | BA | 65 | 1D | 0 | 2E | 54 | 1B | 1C | 49 | 2A |
| Octal | 272 | 145 | 35 | 0 | 56 | 124 | 33 | 34 | 111 | 52 |
| Binary | 10111010 | 1100101 | 11101 | 0 | 101110 | 1010100 | 11011 | 11100 | 1001001 | 101010 |
Color Harmonies of #BA651D
Complementary color
Monochromatic Colors of #BA651D
Black with #BA651D
Text Example
Text Example
White with #BA651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA651D; }
p { color: rgb(186,101,29); }
H1.HeaderClassName
{
color: #BA651D;
}
.AnyTagClassName
{
color: #BA651D;
}
</style>
background-color css
<style>
a { background-color: #BA651D; }
a { background-color: rgb(186,101,29); }
div.DivClassName
{
background-color: #BA651D;
}
.BgClassName
{
background-color: #BA651D;
}
</style>
border-color css
<style>
span { border-color: #BA651D; }
span { border-color: rgb(186,101,29); }
td.TdClassName
{
border-color: #BA651D;
}
.TagClassName
{
border-color: #BA651D;
}
</style>