Shades of Christine #BA5E2B
Tints of Christine #BA5E2B
RGB
CMYK
RGB Variations
Color information
#BA5E2B (or 0xBA5E2B) is known color: Christine. HEX triplet: BA, 5E and 2B. RGB value is (186,94,43). Sum of RGB (Red+Green+Blue) = 186+94+43=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E2B is #45A1D4. Grayscale: #737373. Windows color (decimal): -4563413 or 2842298. OLE color: 2842298.
HSL color Cylindrical-coordinate representation of color #BA5E2B: hue angle of 21.4º 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 #BA5E2B is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 43 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.27 |
| HSL | 21.4º | 0.62% | 0.45% | - |
| HSV(B) | 21.4º | 0.77% | 0.73% | - |
| XYZ | 24.69 | 18.62 | 4.58 | - |
| YUV | 115.69 | 86.98 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 43 | 0 | 0.49 | 0.77 | 0.27 | 21.4 | 0.62 | 0.45 |
| Hex | BA | 5E | 2B | 0 | 31 | 4D | 1B | 15 | 3E | 2D |
| Octal | 272 | 136 | 53 | 0 | 61 | 115 | 33 | 25 | 76 | 55 |
| Binary | 10111010 | 1011110 | 101011 | 0 | 110001 | 1001101 | 11011 | 10101 | 111110 | 101101 |
Color Harmonies of #BA5E2B
Complementary color
Monochromatic Colors of #BA5E2B
Black with #BA5E2B
Text Example
Text Example
White with #BA5E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E2B; }
p { color: rgb(186,94,43); }
H1.HeaderClassName
{
color: #BA5E2B;
}
.AnyTagClassName
{
color: #BA5E2B;
}
</style>
background-color css
<style>
a { background-color: #BA5E2B; }
a { background-color: rgb(186,94,43); }
div.DivClassName
{
background-color: #BA5E2B;
}
.BgClassName
{
background-color: #BA5E2B;
}
</style>
border-color css
<style>
span { border-color: #BA5E2B; }
span { border-color: rgb(186,94,43); }
td.TdClassName
{
border-color: #BA5E2B;
}
.TagClassName
{
border-color: #BA5E2B;
}
</style>