Shades of Christine #BE5D18
Tints of Christine #BE5D18
RGB
CMYK
RGB Variations
Color information
#BE5D18 (or 0xBE5D18) is known color: Christine. HEX triplet: BE, 5D and 18. RGB value is (190,93,24). Sum of RGB (Red+Green+Blue) = 190+93+24=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5D18 is #41A2E7. Grayscale: #727272. Windows color (decimal): -4301544 or 1596862. OLE color: 1596862.
HSL color Cylindrical-coordinate representation of color #BE5D18: hue angle of 24.94º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE5D18 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 24 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.25 |
| HSL | 24.94º | 0.78% | 0.42% | - |
| HSV(B) | 24.94º | 0.87% | 0.75% | - |
| XYZ | 25.31 | 18.84 | 3.17 | - |
| YUV | 114.14 | 77.14 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 24 | 0 | 0.51 | 0.87 | 0.25 | 24.94 | 0.78 | 0.42 |
| Hex | BE | 5D | 18 | 0 | 33 | 57 | 19 | 19 | 4E | 2A |
| Octal | 276 | 135 | 30 | 0 | 63 | 127 | 31 | 31 | 116 | 52 |
| Binary | 10111110 | 1011101 | 11000 | 0 | 110011 | 1010111 | 11001 | 11001 | 1001110 | 101010 |
Color Harmonies of #BE5D18
Complementary color
Monochromatic Colors of #BE5D18
Black with #BE5D18
Text Example
Text Example
White with #BE5D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D18; }
p { color: rgb(190,93,24); }
H1.HeaderClassName
{
color: #BE5D18;
}
.AnyTagClassName
{
color: #BE5D18;
}
</style>
background-color css
<style>
a { background-color: #BE5D18; }
a { background-color: rgb(190,93,24); }
div.DivClassName
{
background-color: #BE5D18;
}
.BgClassName
{
background-color: #BE5D18;
}
</style>
border-color css
<style>
span { border-color: #BE5D18; }
span { border-color: rgb(190,93,24); }
td.TdClassName
{
border-color: #BE5D18;
}
.TagClassName
{
border-color: #BE5D18;
}
</style>