Shades of Christine #BA5B1C
Tints of Christine #BA5B1C
RGB
CMYK
RGB Variations
Color information
#BA5B1C (or 0xBA5B1C) is known color: Christine. HEX triplet: BA, 5B and 1C. RGB value is (186,91,28). Sum of RGB (Red+Green+Blue) = 186+91+28=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5B1C is #45A4E3. Grayscale: #707070. Windows color (decimal): -4564196 or 1858490. OLE color: 1858490.
HSL color Cylindrical-coordinate representation of color #BA5B1C: hue angle of 23.92º degrees, saturation: 0.74, 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 #BA5B1C is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 28 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.27 |
| HSL | 23.92º | 0.74% | 0.42% | - |
| HSV(B) | 23.92º | 0.85% | 0.73% | - |
| XYZ | 24.2 | 18.01 | 3.3 | - |
| YUV | 112.22 | 80.47 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 28 | 0 | 0.51 | 0.85 | 0.27 | 23.92 | 0.74 | 0.42 |
| Hex | BA | 5B | 1C | 0 | 33 | 55 | 1B | 18 | 4A | 2A |
| Octal | 272 | 133 | 34 | 0 | 63 | 125 | 33 | 30 | 112 | 52 |
| Binary | 10111010 | 1011011 | 11100 | 0 | 110011 | 1010101 | 11011 | 11000 | 1001010 | 101010 |
Color Harmonies of #BA5B1C
Complementary color
Monochromatic Colors of #BA5B1C
Black with #BA5B1C
Text Example
Text Example
White with #BA5B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B1C; }
p { color: rgb(186,91,28); }
H1.HeaderClassName
{
color: #BA5B1C;
}
.AnyTagClassName
{
color: #BA5B1C;
}
</style>
background-color css
<style>
a { background-color: #BA5B1C; }
a { background-color: rgb(186,91,28); }
div.DivClassName
{
background-color: #BA5B1C;
}
.BgClassName
{
background-color: #BA5B1C;
}
</style>
border-color css
<style>
span { border-color: #BA5B1C; }
span { border-color: rgb(186,91,28); }
td.TdClassName
{
border-color: #BA5B1C;
}
.TagClassName
{
border-color: #BA5B1C;
}
</style>