Shades of Christine #BA5B1B
Tints of Christine #BA5B1B
RGB
CMYK
RGB Variations
Color information
#BA5B1B (or 0xBA5B1B) is known color: Christine. HEX triplet: BA, 5B and 1B. RGB value is (186,91,27). Sum of RGB (Red+Green+Blue) = 186+91+27=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5B1B is #45A4E4. Grayscale: #707070. Windows color (decimal): -4564197 or 1792954. OLE color: 1792954.
HSL color Cylindrical-coordinate representation of color #BA5B1B: hue angle of 24.15º 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 #BA5B1B is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 27 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.27 |
| HSL | 24.15º | 0.75% | 0.42% | - |
| HSV(B) | 24.15º | 0.85% | 0.73% | - |
| XYZ | 24.19 | 18 | 3.24 | - |
| YUV | 112.11 | 79.97 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 27 | 0 | 0.51 | 0.85 | 0.27 | 24.15 | 0.75 | 0.42 |
| Hex | BA | 5B | 1B | 0 | 33 | 55 | 1B | 18 | 4B | 2A |
| Octal | 272 | 133 | 33 | 0 | 63 | 125 | 33 | 30 | 113 | 52 |
| Binary | 10111010 | 1011011 | 11011 | 0 | 110011 | 1010101 | 11011 | 11000 | 1001011 | 101010 |
Color Harmonies of #BA5B1B
Complementary color
Monochromatic Colors of #BA5B1B
Black with #BA5B1B
Text Example
Text Example
White with #BA5B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B1B; }
p { color: rgb(186,91,27); }
H1.HeaderClassName
{
color: #BA5B1B;
}
.AnyTagClassName
{
color: #BA5B1B;
}
</style>
background-color css
<style>
a { background-color: #BA5B1B; }
a { background-color: rgb(186,91,27); }
div.DivClassName
{
background-color: #BA5B1B;
}
.BgClassName
{
background-color: #BA5B1B;
}
</style>
border-color css
<style>
span { border-color: #BA5B1B; }
span { border-color: rgb(186,91,27); }
td.TdClassName
{
border-color: #BA5B1B;
}
.TagClassName
{
border-color: #BA5B1B;
}
</style>