Shades of Rouge #BE2F68
Tints of Rouge #BE2F68
RGB
CMYK
RGB Variations
Color information
#BE2F68 (or 0xBE2F68) is known color: Rouge. HEX triplet: BE, 2F and 68. RGB value is (190,47,104). Sum of RGB (Red+Green+Blue) = 190+47+104=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2F68 is #41D097. Grayscale: #606060. Windows color (decimal): -4313240 or 6827966. OLE color: 6827966.
HSL color Cylindrical-coordinate representation of color #BE2F68: hue angle of 336.08º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE2F68 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 47 | 104 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.25 |
| HSL | 336.08º | 0.6% | 0.46% | - |
| HSV(B) | 336.08º | 0.75% | 0.75% | - |
| XYZ | 24.75 | 13.98 | 14.49 | - |
| YUV | 96.26 | 132.38 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 47 | 104 | 0 | 0.75 | 0.45 | 0.25 | 336.08 | 0.6 | 0.46 |
| Hex | BE | 2F | 68 | 0 | 4B | 2D | 19 | 150 | 3C | 2E |
| Octal | 276 | 57 | 150 | 0 | 113 | 55 | 31 | 520 | 74 | 56 |
| Binary | 10111110 | 101111 | 1101000 | 0 | 1001011 | 101101 | 11001 | 101010000 | 111100 | 101110 |
Color Harmonies of #BE2F68
Complementary color
Monochromatic Colors of #BE2F68
Black with #BE2F68
Text Example
Text Example
White with #BE2F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2F68; }
p { color: rgb(190,47,104); }
H1.HeaderClassName
{
color: #BE2F68;
}
.AnyTagClassName
{
color: #BE2F68;
}
</style>
background-color css
<style>
a { background-color: #BE2F68; }
a { background-color: rgb(190,47,104); }
div.DivClassName
{
background-color: #BE2F68;
}
.BgClassName
{
background-color: #BE2F68;
}
</style>
border-color css
<style>
span { border-color: #BE2F68; }
span { border-color: rgb(190,47,104); }
td.TdClassName
{
border-color: #BE2F68;
}
.TagClassName
{
border-color: #BE2F68;
}
</style>