Shades of Christine #BE5A24
Tints of Christine #BE5A24
RGB
CMYK
RGB Variations
Color information
#BE5A24 (or 0xBE5A24) is known color: Christine. HEX triplet: BE, 5A and 24. RGB value is (190,90,36). Sum of RGB (Red+Green+Blue) = 190+90+36=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A24 is #41A5DB. Grayscale: #727272. Windows color (decimal): -4302300 or 2382526. OLE color: 2382526.
HSL color Cylindrical-coordinate representation of color #BE5A24: hue angle of 21.04º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE5A24 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 36 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.25 |
| HSL | 21.04º | 0.68% | 0.44% | - |
| HSV(B) | 21.04º | 0.81% | 0.75% | - |
| XYZ | 25.21 | 18.39 | 3.89 | - |
| YUV | 113.74 | 84.13 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 36 | 0 | 0.53 | 0.81 | 0.25 | 21.04 | 0.68 | 0.44 |
| Hex | BE | 5A | 24 | 0 | 35 | 51 | 19 | 15 | 44 | 2C |
| Octal | 276 | 132 | 44 | 0 | 65 | 121 | 31 | 25 | 104 | 54 |
| Binary | 10111110 | 1011010 | 100100 | 0 | 110101 | 1010001 | 11001 | 10101 | 1000100 | 101100 |
Color Harmonies of #BE5A24
Complementary color
Monochromatic Colors of #BE5A24
Black with #BE5A24
Text Example
Text Example
White with #BE5A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5A24; }
p { color: rgb(190,90,36); }
H1.HeaderClassName
{
color: #BE5A24;
}
.AnyTagClassName
{
color: #BE5A24;
}
</style>
background-color css
<style>
a { background-color: #BE5A24; }
a { background-color: rgb(190,90,36); }
div.DivClassName
{
background-color: #BE5A24;
}
.BgClassName
{
background-color: #BE5A24;
}
</style>
border-color css
<style>
span { border-color: #BE5A24; }
span { border-color: rgb(190,90,36); }
td.TdClassName
{
border-color: #BE5A24;
}
.TagClassName
{
border-color: #BE5A24;
}
</style>