Shades of Christine #BA5E1F
Tints of Christine #BA5E1F
RGB
CMYK
RGB Variations
Color information
#BA5E1F (or 0xBA5E1F) is known color: Christine. HEX triplet: BA, 5E and 1F. RGB value is (186,94,31). Sum of RGB (Red+Green+Blue) = 186+94+31=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E1F is #45A1E0. Grayscale: #727272. Windows color (decimal): -4563425 or 2055866. OLE color: 2055866.
HSL color Cylindrical-coordinate representation of color #BA5E1F: hue angle of 24.39º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA5E1F is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 31 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.27 |
| HSL | 24.39º | 0.71% | 0.43% | - |
| HSV(B) | 24.39º | 0.83% | 0.73% | - |
| XYZ | 24.5 | 18.54 | 3.58 | - |
| YUV | 114.33 | 80.98 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 31 | 0 | 0.49 | 0.83 | 0.27 | 24.39 | 0.71 | 0.43 |
| Hex | BA | 5E | 1F | 0 | 31 | 53 | 1B | 18 | 47 | 2B |
| Octal | 272 | 136 | 37 | 0 | 61 | 123 | 33 | 30 | 107 | 53 |
| Binary | 10111010 | 1011110 | 11111 | 0 | 110001 | 1010011 | 11011 | 11000 | 1000111 | 101011 |
Color Harmonies of #BA5E1F
Complementary color
Monochromatic Colors of #BA5E1F
Black with #BA5E1F
Text Example
Text Example
White with #BA5E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E1F; }
p { color: rgb(186,94,31); }
H1.HeaderClassName
{
color: #BA5E1F;
}
.AnyTagClassName
{
color: #BA5E1F;
}
</style>
background-color css
<style>
a { background-color: #BA5E1F; }
a { background-color: rgb(186,94,31); }
div.DivClassName
{
background-color: #BA5E1F;
}
.BgClassName
{
background-color: #BA5E1F;
}
</style>
border-color css
<style>
span { border-color: #BA5E1F; }
span { border-color: rgb(186,94,31); }
td.TdClassName
{
border-color: #BA5E1F;
}
.TagClassName
{
border-color: #BA5E1F;
}
</style>