Shades of Rouge #BE3265
Tints of Rouge #BE3265
RGB
CMYK
RGB Variations
Color information
#BE3265 (or 0xBE3265) is known color: Rouge. HEX triplet: BE, 32 and 65. RGB value is (190,50,101). Sum of RGB (Red+Green+Blue) = 190+50+101=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3265 is #41CD9A. Grayscale: #616161. Windows color (decimal): -4312475 or 6632126. OLE color: 6632126.
HSL color Cylindrical-coordinate representation of color #BE3265: hue angle of 338.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3265 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 50 | 101 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.25 |
| HSL | 338.14º | 0.58% | 0.47% | - |
| HSV(B) | 338.14º | 0.74% | 0.75% | - |
| XYZ | 24.72 | 14.17 | 13.74 | - |
| YUV | 97.67 | 129.88 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 50 | 101 | 0 | 0.74 | 0.47 | 0.25 | 338.14 | 0.58 | 0.47 |
| Hex | BE | 32 | 65 | 0 | 4A | 2F | 19 | 152 | 3A | 2F |
| Octal | 276 | 62 | 145 | 0 | 112 | 57 | 31 | 522 | 72 | 57 |
| Binary | 10111110 | 110010 | 1100101 | 0 | 1001010 | 101111 | 11001 | 101010010 | 111010 | 101111 |
Color Harmonies of #BE3265
Complementary color
Monochromatic Colors of #BE3265
Black with #BE3265
Text Example
Text Example
White with #BE3265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3265; }
p { color: rgb(190,50,101); }
H1.HeaderClassName
{
color: #BE3265;
}
.AnyTagClassName
{
color: #BE3265;
}
</style>
background-color css
<style>
a { background-color: #BE3265; }
a { background-color: rgb(190,50,101); }
div.DivClassName
{
background-color: #BE3265;
}
.BgClassName
{
background-color: #BE3265;
}
</style>
border-color css
<style>
span { border-color: #BE3265; }
span { border-color: rgb(190,50,101); }
td.TdClassName
{
border-color: #BE3265;
}
.TagClassName
{
border-color: #BE3265;
}
</style>