Shades of Rouge #BE3464
Tints of Rouge #BE3464
RGB
CMYK
RGB Variations
Color information
#BE3464 (or 0xBE3464) is known color: Rouge. HEX triplet: BE, 34 and 64. RGB value is (190,52,100). Sum of RGB (Red+Green+Blue) = 190+52+100=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3464 is #41CB9B. Grayscale: #626262. Windows color (decimal): -4311964 or 6567102. OLE color: 6567102.
HSL color Cylindrical-coordinate representation of color #BE3464: hue angle of 339.13º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3464 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 52 | 100 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.25 |
| HSL | 339.13º | 0.57% | 0.47% | - |
| HSV(B) | 339.13º | 0.73% | 0.75% | - |
| XYZ | 24.76 | 14.32 | 13.52 | - |
| YUV | 98.73 | 128.72 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 100 | 0 | 0.73 | 0.47 | 0.25 | 339.13 | 0.57 | 0.47 |
| Hex | BE | 34 | 64 | 0 | 49 | 2F | 19 | 153 | 39 | 2F |
| Octal | 276 | 64 | 144 | 0 | 111 | 57 | 31 | 523 | 71 | 57 |
| Binary | 10111110 | 110100 | 1100100 | 0 | 1001001 | 101111 | 11001 | 101010011 | 111001 | 101111 |
Color Harmonies of #BE3464
Complementary color
Monochromatic Colors of #BE3464
Black with #BE3464
Text Example
Text Example
White with #BE3464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3464; }
p { color: rgb(190,52,100); }
H1.HeaderClassName
{
color: #BE3464;
}
.AnyTagClassName
{
color: #BE3464;
}
</style>
background-color css
<style>
a { background-color: #BE3464; }
a { background-color: rgb(190,52,100); }
div.DivClassName
{
background-color: #BE3464;
}
.BgClassName
{
background-color: #BE3464;
}
</style>
border-color css
<style>
span { border-color: #BE3464; }
span { border-color: rgb(190,52,100); }
td.TdClassName
{
border-color: #BE3464;
}
.TagClassName
{
border-color: #BE3464;
}
</style>