Shades of Rouge #BE3666
Tints of Rouge #BE3666
RGB
CMYK
RGB Variations
Color information
#BE3666 (or 0xBE3666) is known color: Rouge. HEX triplet: BE, 36 and 66. RGB value is (190,54,102). Sum of RGB (Red+Green+Blue) = 190+54+102=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3666 is #41C999. Grayscale: #646464. Windows color (decimal): -4311450 or 6698686. OLE color: 6698686.
HSL color Cylindrical-coordinate representation of color #BE3666: hue angle of 338.82º 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 #BE3666 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 54 | 102 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.25 |
| HSL | 338.82º | 0.56% | 0.48% | - |
| HSV(B) | 338.82º | 0.72% | 0.75% | - |
| XYZ | 24.95 | 14.54 | 14.06 | - |
| YUV | 100.14 | 129.06 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 102 | 0 | 0.72 | 0.46 | 0.25 | 338.82 | 0.56 | 0.48 |
| Hex | BE | 36 | 66 | 0 | 48 | 2E | 19 | 153 | 38 | 30 |
| Octal | 276 | 66 | 146 | 0 | 110 | 56 | 31 | 523 | 70 | 60 |
| Binary | 10111110 | 110110 | 1100110 | 0 | 1001000 | 101110 | 11001 | 101010011 | 111000 | 110000 |
Color Harmonies of #BE3666
Complementary color
Monochromatic Colors of #BE3666
Black with #BE3666
Text Example
Text Example
White with #BE3666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3666; }
p { color: rgb(190,54,102); }
H1.HeaderClassName
{
color: #BE3666;
}
.AnyTagClassName
{
color: #BE3666;
}
</style>
background-color css
<style>
a { background-color: #BE3666; }
a { background-color: rgb(190,54,102); }
div.DivClassName
{
background-color: #BE3666;
}
.BgClassName
{
background-color: #BE3666;
}
</style>
border-color css
<style>
span { border-color: #BE3666; }
span { border-color: rgb(190,54,102); }
td.TdClassName
{
border-color: #BE3666;
}
.TagClassName
{
border-color: #BE3666;
}
</style>