Shades of Old Rose #BE355B
Tints of Old Rose #BE355B
RGB
CMYK
RGB Variations
Color information
#BE355B (or 0xBE355B) is known color: Old Rose. HEX triplet: BE, 35 and 5B. RGB value is (190,53,91). Sum of RGB (Red+Green+Blue) = 190+53+91=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE355B is #41CAA4. Grayscale: #626262. Windows color (decimal): -4311717 or 5977534. OLE color: 5977534.
HSL color Cylindrical-coordinate representation of color #BE355B: hue angle of 343.36º 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 #BE355B is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 53 | 91 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.25 |
| HSL | 343.36º | 0.56% | 0.48% | - |
| HSV(B) | 343.36º | 0.72% | 0.75% | - |
| XYZ | 24.4 | 14.25 | 11.36 | - |
| YUV | 98.3 | 123.89 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 53 | 91 | 0 | 0.72 | 0.52 | 0.25 | 343.36 | 0.56 | 0.48 |
| Hex | BE | 35 | 5B | 0 | 48 | 34 | 19 | 157 | 38 | 30 |
| Octal | 276 | 65 | 133 | 0 | 110 | 64 | 31 | 527 | 70 | 60 |
| Binary | 10111110 | 110101 | 1011011 | 0 | 1001000 | 110100 | 11001 | 101010111 | 111000 | 110000 |
Color Harmonies of #BE355B
Complementary color
Monochromatic Colors of #BE355B
Black with #BE355B
Text Example
Text Example
White with #BE355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE355B; }
p { color: rgb(190,53,91); }
H1.HeaderClassName
{
color: #BE355B;
}
.AnyTagClassName
{
color: #BE355B;
}
</style>
background-color css
<style>
a { background-color: #BE355B; }
a { background-color: rgb(190,53,91); }
div.DivClassName
{
background-color: #BE355B;
}
.BgClassName
{
background-color: #BE355B;
}
</style>
border-color css
<style>
span { border-color: #BE355B; }
span { border-color: rgb(190,53,91); }
td.TdClassName
{
border-color: #BE355B;
}
.TagClassName
{
border-color: #BE355B;
}
</style>