Shades of Rouge #BE3C65
Tints of Rouge #BE3C65
RGB
CMYK
RGB Variations
Color information
#BE3C65 (or 0xBE3C65) is known color: Rouge. HEX triplet: BE, 3C and 65. RGB value is (190,60,101). Sum of RGB (Red+Green+Blue) = 190+60+101=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3C65 is #41C39A. Grayscale: #676767. Windows color (decimal): -4309915 or 6634686. OLE color: 6634686.
HSL color Cylindrical-coordinate representation of color #BE3C65: hue angle of 341.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3C65 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 101 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.25 |
| HSL | 341.08º | 0.52% | 0.49% | - |
| HSV(B) | 341.08º | 0.68% | 0.75% | - |
| XYZ | 25.2 | 15.12 | 13.9 | - |
| YUV | 103.54 | 126.57 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 101 | 0 | 0.68 | 0.47 | 0.25 | 341.08 | 0.52 | 0.49 |
| Hex | BE | 3C | 65 | 0 | 44 | 2F | 19 | 155 | 34 | 31 |
| Octal | 276 | 74 | 145 | 0 | 104 | 57 | 31 | 525 | 64 | 61 |
| Binary | 10111110 | 111100 | 1100101 | 0 | 1000100 | 101111 | 11001 | 101010101 | 110100 | 110001 |
Color Harmonies of #BE3C65
Complementary color
Monochromatic Colors of #BE3C65
Black with #BE3C65
Text Example
Text Example
White with #BE3C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C65; }
p { color: rgb(190,60,101); }
H1.HeaderClassName
{
color: #BE3C65;
}
.AnyTagClassName
{
color: #BE3C65;
}
</style>
background-color css
<style>
a { background-color: #BE3C65; }
a { background-color: rgb(190,60,101); }
div.DivClassName
{
background-color: #BE3C65;
}
.BgClassName
{
background-color: #BE3C65;
}
</style>
border-color css
<style>
span { border-color: #BE3C65; }
span { border-color: rgb(190,60,101); }
td.TdClassName
{
border-color: #BE3C65;
}
.TagClassName
{
border-color: #BE3C65;
}
</style>