Shades of Old Rose #BE235A
Tints of Old Rose #BE235A
RGB
CMYK
RGB Variations
Color information
#BE235A (or 0xBE235A) is known color: Old Rose. HEX triplet: BE, 23 and 5A. RGB value is (190,35,90). Sum of RGB (Red+Green+Blue) = 190+35+90=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE235A is #41DCA5. Grayscale: #575757. Windows color (decimal): -4316326 or 5907390. OLE color: 5907390.
HSL color Cylindrical-coordinate representation of color #BE235A: hue angle of 338.71º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE235A is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 35 | 90 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.25 |
| HSL | 338.71º | 0.69% | 0.44% | - |
| HSV(B) | 338.71º | 0.82% | 0.75% | - |
| XYZ | 23.68 | 12.89 | 10.91 | - |
| YUV | 87.62 | 129.35 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 35 | 90 | 0 | 0.82 | 0.53 | 0.25 | 338.71 | 0.69 | 0.44 |
| Hex | BE | 23 | 5A | 0 | 52 | 35 | 19 | 153 | 45 | 2C |
| Octal | 276 | 43 | 132 | 0 | 122 | 65 | 31 | 523 | 105 | 54 |
| Binary | 10111110 | 100011 | 1011010 | 0 | 1010010 | 110101 | 11001 | 101010011 | 1000101 | 101100 |
Color Harmonies of #BE235A
Complementary color
Monochromatic Colors of #BE235A
Black with #BE235A
Text Example
Text Example
White with #BE235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE235A; }
p { color: rgb(190,35,90); }
H1.HeaderClassName
{
color: #BE235A;
}
.AnyTagClassName
{
color: #BE235A;
}
</style>
background-color css
<style>
a { background-color: #BE235A; }
a { background-color: rgb(190,35,90); }
div.DivClassName
{
background-color: #BE235A;
}
.BgClassName
{
background-color: #BE235A;
}
</style>
border-color css
<style>
span { border-color: #BE235A; }
span { border-color: rgb(190,35,90); }
td.TdClassName
{
border-color: #BE235A;
}
.TagClassName
{
border-color: #BE235A;
}
</style>