Shades of Christine #BE5E20
Tints of Christine #BE5E20
RGB
CMYK
RGB Variations
Color information
#BE5E20 (or 0xBE5E20) is known color: Christine. HEX triplet: BE, 5E and 20. RGB value is (190,94,32). Sum of RGB (Red+Green+Blue) = 190+94+32=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E20 is #41A1DF. Grayscale: #737373. Windows color (decimal): -4301280 or 2121406. OLE color: 2121406.
HSL color Cylindrical-coordinate representation of color #BE5E20: hue angle of 23.54º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE5E20 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 94 | 32 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.25 |
| HSL | 23.54º | 0.71% | 0.44% | - |
| HSV(B) | 23.54º | 0.83% | 0.75% | - |
| XYZ | 25.5 | 19.06 | 3.7 | - |
| YUV | 115.64 | 80.8 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 32 | 0 | 0.51 | 0.83 | 0.25 | 23.54 | 0.71 | 0.44 |
| Hex | BE | 5E | 20 | 0 | 33 | 53 | 19 | 18 | 47 | 2C |
| Octal | 276 | 136 | 40 | 0 | 63 | 123 | 31 | 30 | 107 | 54 |
| Binary | 10111110 | 1011110 | 100000 | 0 | 110011 | 1010011 | 11001 | 11000 | 1000111 | 101100 |
Color Harmonies of #BE5E20
Complementary color
Monochromatic Colors of #BE5E20
Black with #BE5E20
Text Example
Text Example
White with #BE5E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5E20; }
p { color: rgb(190,94,32); }
H1.HeaderClassName
{
color: #BE5E20;
}
.AnyTagClassName
{
color: #BE5E20;
}
</style>
background-color css
<style>
a { background-color: #BE5E20; }
a { background-color: rgb(190,94,32); }
div.DivClassName
{
background-color: #BE5E20;
}
.BgClassName
{
background-color: #BE5E20;
}
</style>
border-color css
<style>
span { border-color: #BE5E20; }
span { border-color: rgb(190,94,32); }
td.TdClassName
{
border-color: #BE5E20;
}
.TagClassName
{
border-color: #BE5E20;
}
</style>