Shades of Christine #BE591C
Tints of Christine #BE591C
RGB
CMYK
RGB Variations
Color information
#BE591C (or 0xBE591C) is known color: Christine. HEX triplet: BE, 59 and 1C. RGB value is (190,89,28). Sum of RGB (Red+Green+Blue) = 190+89+28=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE591C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE591C is #41A6E3. Grayscale: #707070. Windows color (decimal): -4302564 or 1857982. OLE color: 1857982.
HSL color Cylindrical-coordinate representation of color #BE591C: hue angle of 22.59º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE591C is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 89 | 28 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.25 |
| HSL | 22.59º | 0.74% | 0.43% | - |
| HSV(B) | 22.59º | 0.85% | 0.75% | - |
| XYZ | 25.02 | 18.18 | 3.29 | - |
| YUV | 112.25 | 80.46 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 28 | 0 | 0.53 | 0.85 | 0.25 | 22.59 | 0.74 | 0.43 |
| Hex | BE | 59 | 1C | 0 | 35 | 55 | 19 | 17 | 4A | 2B |
| Octal | 276 | 131 | 34 | 0 | 65 | 125 | 31 | 27 | 112 | 53 |
| Binary | 10111110 | 1011001 | 11100 | 0 | 110101 | 1010101 | 11001 | 10111 | 1001010 | 101011 |
Color Harmonies of #BE591C
Complementary color
Monochromatic Colors of #BE591C
Black with #BE591C
Text Example
Text Example
White with #BE591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE591C; }
p { color: rgb(190,89,28); }
H1.HeaderClassName
{
color: #BE591C;
}
.AnyTagClassName
{
color: #BE591C;
}
</style>
background-color css
<style>
a { background-color: #BE591C; }
a { background-color: rgb(190,89,28); }
div.DivClassName
{
background-color: #BE591C;
}
.BgClassName
{
background-color: #BE591C;
}
</style>
border-color css
<style>
span { border-color: #BE591C; }
span { border-color: rgb(190,89,28); }
td.TdClassName
{
border-color: #BE591C;
}
.TagClassName
{
border-color: #BE591C;
}
</style>