Shades of Christine #BA5E26
Tints of Christine #BA5E26
RGB
CMYK
RGB Variations
Color information
#BA5E26 (or 0xBA5E26) is known color: Christine. HEX triplet: BA, 5E and 26. RGB value is (186,94,38). Sum of RGB (Red+Green+Blue) = 186+94+38=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E26 is #45A1D9. Grayscale: #737373. Windows color (decimal): -4563418 or 2514618. OLE color: 2514618.
HSL color Cylindrical-coordinate representation of color #BA5E26: hue angle of 22.7º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA5E26 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 38 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.27 |
| HSL | 22.7º | 0.66% | 0.44% | - |
| HSV(B) | 22.7º | 0.8% | 0.73% | - |
| XYZ | 24.6 | 18.58 | 4.12 | - |
| YUV | 115.12 | 84.48 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 38 | 0 | 0.49 | 0.80 | 0.27 | 22.7 | 0.66 | 0.44 |
| Hex | BA | 5E | 26 | 0 | 31 | 50 | 1B | 17 | 42 | 2C |
| Octal | 272 | 136 | 46 | 0 | 61 | 120 | 33 | 27 | 102 | 54 |
| Binary | 10111010 | 1011110 | 100110 | 0 | 110001 | 1010000 | 11011 | 10111 | 1000010 | 101100 |
Color Harmonies of #BA5E26
Complementary color
Monochromatic Colors of #BA5E26
Black with #BA5E26
Text Example
Text Example
White with #BA5E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E26; }
p { color: rgb(186,94,38); }
H1.HeaderClassName
{
color: #BA5E26;
}
.AnyTagClassName
{
color: #BA5E26;
}
</style>
background-color css
<style>
a { background-color: #BA5E26; }
a { background-color: rgb(186,94,38); }
div.DivClassName
{
background-color: #BA5E26;
}
.BgClassName
{
background-color: #BA5E26;
}
</style>
border-color css
<style>
span { border-color: #BA5E26; }
span { border-color: rgb(186,94,38); }
td.TdClassName
{
border-color: #BA5E26;
}
.TagClassName
{
border-color: #BA5E26;
}
</style>