Shades of Old Rose #BE385A
Tints of Old Rose #BE385A
RGB
CMYK
RGB Variations
Color information
#BE385A (or 0xBE385A) is known color: Old Rose. HEX triplet: BE, 38 and 5A. RGB value is (190,56,90). Sum of RGB (Red+Green+Blue) = 190+56+90=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE385A is #41C7A5. Grayscale: #636363. Windows color (decimal): -4310950 or 5912766. OLE color: 5912766.
HSL color Cylindrical-coordinate representation of color #BE385A: hue angle of 344.78º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE385A is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 56 | 90 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.25 |
| HSL | 344.78º | 0.54% | 0.48% | - |
| HSV(B) | 344.78º | 0.71% | 0.75% | - |
| XYZ | 24.49 | 14.51 | 11.18 | - |
| YUV | 99.94 | 122.39 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 90 | 0 | 0.71 | 0.53 | 0.25 | 344.78 | 0.54 | 0.48 |
| Hex | BE | 38 | 5A | 0 | 47 | 35 | 19 | 159 | 36 | 30 |
| Octal | 276 | 70 | 132 | 0 | 107 | 65 | 31 | 531 | 66 | 60 |
| Binary | 10111110 | 111000 | 1011010 | 0 | 1000111 | 110101 | 11001 | 101011001 | 110110 | 110000 |
Color Harmonies of #BE385A
Complementary color
Monochromatic Colors of #BE385A
Black with #BE385A
Text Example
Text Example
White with #BE385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE385A; }
p { color: rgb(190,56,90); }
H1.HeaderClassName
{
color: #BE385A;
}
.AnyTagClassName
{
color: #BE385A;
}
</style>
background-color css
<style>
a { background-color: #BE385A; }
a { background-color: rgb(190,56,90); }
div.DivClassName
{
background-color: #BE385A;
}
.BgClassName
{
background-color: #BE385A;
}
</style>
border-color css
<style>
span { border-color: #BE385A; }
span { border-color: rgb(190,56,90); }
td.TdClassName
{
border-color: #BE385A;
}
.TagClassName
{
border-color: #BE385A;
}
</style>