Shades of Rouge #BE2B68
Tints of Rouge #BE2B68
RGB
CMYK
RGB Variations
Color information
#BE2B68 (or 0xBE2B68) is known color: Rouge. HEX triplet: BE, 2B and 68. RGB value is (190,43,104). Sum of RGB (Red+Green+Blue) = 190+43+104=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2B68 is #41D497. Grayscale: #5D5D5D. Windows color (decimal): -4314264 or 6826942. OLE color: 6826942.
HSL color Cylindrical-coordinate representation of color #BE2B68: hue angle of 335.1º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2B68 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 43 | 104 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.25 |
| HSL | 335.1º | 0.63% | 0.46% | - |
| HSV(B) | 335.1º | 0.77% | 0.75% | - |
| XYZ | 24.6 | 13.67 | 14.44 | - |
| YUV | 93.91 | 133.7 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 43 | 104 | 0 | 0.77 | 0.45 | 0.25 | 335.1 | 0.63 | 0.46 |
| Hex | BE | 2B | 68 | 0 | 4D | 2D | 19 | 14F | 3F | 2E |
| Octal | 276 | 53 | 150 | 0 | 115 | 55 | 31 | 517 | 77 | 56 |
| Binary | 10111110 | 101011 | 1101000 | 0 | 1001101 | 101101 | 11001 | 101001111 | 111111 | 101110 |
Color Harmonies of #BE2B68
Complementary color
Monochromatic Colors of #BE2B68
Black with #BE2B68
Text Example
Text Example
White with #BE2B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2B68; }
p { color: rgb(190,43,104); }
H1.HeaderClassName
{
color: #BE2B68;
}
.AnyTagClassName
{
color: #BE2B68;
}
</style>
background-color css
<style>
a { background-color: #BE2B68; }
a { background-color: rgb(190,43,104); }
div.DivClassName
{
background-color: #BE2B68;
}
.BgClassName
{
background-color: #BE2B68;
}
</style>
border-color css
<style>
span { border-color: #BE2B68; }
span { border-color: rgb(190,43,104); }
td.TdClassName
{
border-color: #BE2B68;
}
.TagClassName
{
border-color: #BE2B68;
}
</style>