Shades of Christine #BE5E18
Tints of Christine #BE5E18
RGB
CMYK
RGB Variations
Color information
#BE5E18 (or 0xBE5E18) is known color: Christine. HEX triplet: BE, 5E and 18. RGB value is (190,94,24). Sum of RGB (Red+Green+Blue) = 190+94+24=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5E18 is #41A1E7. Grayscale: #737373. Windows color (decimal): -4301288 or 1597118. OLE color: 1597118.
HSL color Cylindrical-coordinate representation of color #BE5E18: hue angle of 25.3º 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 #BE5E18 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 94 | 24 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.25 |
| HSL | 25.3º | 0.78% | 0.42% | - |
| HSV(B) | 25.3º | 0.87% | 0.75% | - |
| XYZ | 25.4 | 19.02 | 3.2 | - |
| YUV | 114.72 | 76.8 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 24 | 0 | 0.51 | 0.87 | 0.25 | 25.3 | 0.78 | 0.42 |
| Hex | BE | 5E | 18 | 0 | 33 | 57 | 19 | 19 | 4E | 2A |
| Octal | 276 | 136 | 30 | 0 | 63 | 127 | 31 | 31 | 116 | 52 |
| Binary | 10111110 | 1011110 | 11000 | 0 | 110011 | 1010111 | 11001 | 11001 | 1001110 | 101010 |
Color Harmonies of #BE5E18
Complementary color
Monochromatic Colors of #BE5E18
Black with #BE5E18
Text Example
Text Example
White with #BE5E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5E18; }
p { color: rgb(190,94,24); }
H1.HeaderClassName
{
color: #BE5E18;
}
.AnyTagClassName
{
color: #BE5E18;
}
</style>
background-color css
<style>
a { background-color: #BE5E18; }
a { background-color: rgb(190,94,24); }
div.DivClassName
{
background-color: #BE5E18;
}
.BgClassName
{
background-color: #BE5E18;
}
</style>
border-color css
<style>
span { border-color: #BE5E18; }
span { border-color: rgb(190,94,24); }
td.TdClassName
{
border-color: #BE5E18;
}
.TagClassName
{
border-color: #BE5E18;
}
</style>