Shades of Rouge #BE3668
Tints of Rouge #BE3668
RGB
CMYK
RGB Variations
Color information
#BE3668 (or 0xBE3668) is known color: Rouge. HEX triplet: BE, 36 and 68. RGB value is (190,54,104). Sum of RGB (Red+Green+Blue) = 190+54+104=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3668 is #41C997. Grayscale: #646464. Windows color (decimal): -4311448 or 6829758. OLE color: 6829758.
HSL color Cylindrical-coordinate representation of color #BE3668: hue angle of 337.94º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3668 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 54 | 104 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.25 |
| HSL | 337.94º | 0.56% | 0.48% | - |
| HSV(B) | 337.94º | 0.72% | 0.75% | - |
| XYZ | 25.05 | 14.58 | 14.59 | - |
| YUV | 100.36 | 130.06 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 104 | 0 | 0.72 | 0.45 | 0.25 | 337.94 | 0.56 | 0.48 |
| Hex | BE | 36 | 68 | 0 | 48 | 2D | 19 | 152 | 38 | 30 |
| Octal | 276 | 66 | 150 | 0 | 110 | 55 | 31 | 522 | 70 | 60 |
| Binary | 10111110 | 110110 | 1101000 | 0 | 1001000 | 101101 | 11001 | 101010010 | 111000 | 110000 |
Color Harmonies of #BE3668
Complementary color
Monochromatic Colors of #BE3668
Black with #BE3668
Text Example
Text Example
White with #BE3668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3668; }
p { color: rgb(190,54,104); }
H1.HeaderClassName
{
color: #BE3668;
}
.AnyTagClassName
{
color: #BE3668;
}
</style>
background-color css
<style>
a { background-color: #BE3668; }
a { background-color: rgb(190,54,104); }
div.DivClassName
{
background-color: #BE3668;
}
.BgClassName
{
background-color: #BE3668;
}
</style>
border-color css
<style>
span { border-color: #BE3668; }
span { border-color: rgb(190,54,104); }
td.TdClassName
{
border-color: #BE3668;
}
.TagClassName
{
border-color: #BE3668;
}
</style>