Shades of Old Rose #BE265A
Tints of Old Rose #BE265A
RGB
CMYK
RGB Variations
Color information
#BE265A (or 0xBE265A) is known color: Old Rose. HEX triplet: BE, 26 and 5A. RGB value is (190,38,90). Sum of RGB (Red+Green+Blue) = 190+38+90=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE265A is #41D9A5. Grayscale: #595959. Windows color (decimal): -4315558 or 5908158. OLE color: 5908158.
HSL color Cylindrical-coordinate representation of color #BE265A: hue angle of 339.47º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE265A is Cyan = 0, Magento = 0.8, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 38 | 90 | - |
| CMYK | 0 | 0.8 | 0.53 | 0.25 |
| HSL | 339.47º | 0.67% | 0.45% | - |
| HSV(B) | 339.47º | 0.8% | 0.75% | - |
| XYZ | 23.77 | 13.07 | 10.94 | - |
| YUV | 89.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 38 | 90 | 0 | 0.8 | 0.53 | 0.25 | 339.47 | 0.67 | 0.45 |
| Hex | BE | 26 | 5A | 0 | 50 | 35 | 19 | 153 | 43 | 2D |
| Octal | 276 | 46 | 132 | 0 | 120 | 65 | 31 | 523 | 103 | 55 |
| Binary | 10111110 | 100110 | 1011010 | 0 | 1010000 | 110101 | 11001 | 101010011 | 1000011 | 101101 |
Color Harmonies of #BE265A
Complementary color
Monochromatic Colors of #BE265A
Black with #BE265A
Text Example
Text Example
White with #BE265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE265A; }
p { color: rgb(190,38,90); }
H1.HeaderClassName
{
color: #BE265A;
}
.AnyTagClassName
{
color: #BE265A;
}
</style>
background-color css
<style>
a { background-color: #BE265A; }
a { background-color: rgb(190,38,90); }
div.DivClassName
{
background-color: #BE265A;
}
.BgClassName
{
background-color: #BE265A;
}
</style>
border-color css
<style>
span { border-color: #BE265A; }
span { border-color: rgb(190,38,90); }
td.TdClassName
{
border-color: #BE265A;
}
.TagClassName
{
border-color: #BE265A;
}
</style>