Shades of Christine #BA632D
Tints of Christine #BA632D
RGB
CMYK
RGB Variations
Color information
#BA632D (or 0xBA632D) is known color: Christine. HEX triplet: BA, 63 and 2D. RGB value is (186,99,45). Sum of RGB (Red+Green+Blue) = 186+99+45=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA632D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA632D is #459CD2. Grayscale: #777777. Windows color (decimal): -4562131 or 2974650. OLE color: 2974650.
HSL color Cylindrical-coordinate representation of color #BA632D: hue angle of 22.98º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA632D is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 45 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.27 |
| HSL | 22.98º | 0.61% | 0.45% | - |
| HSV(B) | 22.98º | 0.76% | 0.73% | - |
| XYZ | 25.19 | 19.55 | 4.93 | - |
| YUV | 118.86 | 86.32 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 45 | 0 | 0.47 | 0.76 | 0.27 | 22.98 | 0.61 | 0.45 |
| Hex | BA | 63 | 2D | 0 | 2F | 4C | 1B | 17 | 3D | 2D |
| Octal | 272 | 143 | 55 | 0 | 57 | 114 | 33 | 27 | 75 | 55 |
| Binary | 10111010 | 1100011 | 101101 | 0 | 101111 | 1001100 | 11011 | 10111 | 111101 | 101101 |
Color Harmonies of #BA632D
Complementary color
Monochromatic Colors of #BA632D
Black with #BA632D
Text Example
Text Example
White with #BA632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA632D; }
p { color: rgb(186,99,45); }
H1.HeaderClassName
{
color: #BA632D;
}
.AnyTagClassName
{
color: #BA632D;
}
</style>
background-color css
<style>
a { background-color: #BA632D; }
a { background-color: rgb(186,99,45); }
div.DivClassName
{
background-color: #BA632D;
}
.BgClassName
{
background-color: #BA632D;
}
</style>
border-color css
<style>
span { border-color: #BA632D; }
span { border-color: rgb(186,99,45); }
td.TdClassName
{
border-color: #BA632D;
}
.TagClassName
{
border-color: #BA632D;
}
</style>