Shades of Old Rose #B5284D
Tints of Old Rose #B5284D
RGB
CMYK
RGB Variations
Color information
#B5284D (or 0xB5284D) is known color: Old Rose. HEX triplet: B5, 28 and 4D. RGB value is (181,40,77). Sum of RGB (Red+Green+Blue) = 181+40+77=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B5284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5284D is #4AD7B2. Grayscale: #565656. Windows color (decimal): -4904883 or 5056693. OLE color: 5056693.
HSL color Cylindrical-coordinate representation of color #B5284D: hue angle of 344.26º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5284D is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 77 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.29 |
| HSL | 344.26º | 0.64% | 0.43% | - |
| HSV(B) | 344.26º | 0.78% | 0.71% | - |
| XYZ | 21.15 | 11.88 | 8.2 | - |
| YUV | 86.38 | 122.71 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 77 | 0 | 0.78 | 0.57 | 0.29 | 344.26 | 0.64 | 0.43 |
| Hex | B5 | 28 | 4D | 0 | 4E | 39 | 1D | 158 | 40 | 2B |
| Octal | 265 | 50 | 115 | 0 | 116 | 71 | 35 | 530 | 100 | 53 |
| Binary | 10110101 | 101000 | 1001101 | 0 | 1001110 | 111001 | 11101 | 101011000 | 1000000 | 101011 |
Color Harmonies of #B5284D
Complementary color
Monochromatic Colors of #B5284D
Black with #B5284D
Text Example
Text Example
White with #B5284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5284D; }
p { color: rgb(181,40,77); }
H1.HeaderClassName
{
color: #B5284D;
}
.AnyTagClassName
{
color: #B5284D;
}
</style>
background-color css
<style>
a { background-color: #B5284D; }
a { background-color: rgb(181,40,77); }
div.DivClassName
{
background-color: #B5284D;
}
.BgClassName
{
background-color: #B5284D;
}
</style>
border-color css
<style>
span { border-color: #B5284D; }
span { border-color: rgb(181,40,77); }
td.TdClassName
{
border-color: #B5284D;
}
.TagClassName
{
border-color: #B5284D;
}
</style>