Shades of Christine #BA632B
Tints of Christine #BA632B
RGB
CMYK
RGB Variations
Color information
#BA632B (or 0xBA632B) is known color: Christine. HEX triplet: BA, 63 and 2B. RGB value is (186,99,43). Sum of RGB (Red+Green+Blue) = 186+99+43=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA632B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA632B is #459CD4. Grayscale: #767676. Windows color (decimal): -4562133 or 2843578. OLE color: 2843578.
HSL color Cylindrical-coordinate representation of color #BA632B: hue angle of 23.5º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA632B is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 99 | 43 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.27 |
| HSL | 23.5º | 0.62% | 0.45% | - |
| HSV(B) | 23.5º | 0.77% | 0.73% | - |
| XYZ | 25.15 | 19.54 | 4.73 | - |
| YUV | 118.63 | 85.32 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 43 | 0 | 0.47 | 0.77 | 0.27 | 23.5 | 0.62 | 0.45 |
| Hex | BA | 63 | 2B | 0 | 2F | 4D | 1B | 17 | 3E | 2D |
| Octal | 272 | 143 | 53 | 0 | 57 | 115 | 33 | 27 | 76 | 55 |
| Binary | 10111010 | 1100011 | 101011 | 0 | 101111 | 1001101 | 11011 | 10111 | 111110 | 101101 |
Color Harmonies of #BA632B
Complementary color
Monochromatic Colors of #BA632B
Black with #BA632B
Text Example
Text Example
White with #BA632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA632B; }
p { color: rgb(186,99,43); }
H1.HeaderClassName
{
color: #BA632B;
}
.AnyTagClassName
{
color: #BA632B;
}
</style>
background-color css
<style>
a { background-color: #BA632B; }
a { background-color: rgb(186,99,43); }
div.DivClassName
{
background-color: #BA632B;
}
.BgClassName
{
background-color: #BA632B;
}
</style>
border-color css
<style>
span { border-color: #BA632B; }
span { border-color: rgb(186,99,43); }
td.TdClassName
{
border-color: #BA632B;
}
.TagClassName
{
border-color: #BA632B;
}
</style>