Shades of Old Rose #B5275D
Tints of Old Rose #B5275D
RGB
CMYK
RGB Variations
Color information
#B5275D (or 0xB5275D) is known color: Old Rose. HEX triplet: B5, 27 and 5D. RGB value is (181,39,93). Sum of RGB (Red+Green+Blue) = 181+39+93=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5275D is #4AD8A2. Grayscale: #575757. Windows color (decimal): -4905123 or 6105013. OLE color: 6105013.
HSL color Cylindrical-coordinate representation of color #B5275D: hue angle of 337.18º degrees, saturation: 0.65, 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 #B5275D is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 93 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.29 |
| HSL | 337.18º | 0.65% | 0.43% | - |
| HSV(B) | 337.18º | 0.78% | 0.71% | - |
| XYZ | 21.76 | 12.07 | 11.54 | - |
| YUV | 87.61 | 131.04 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 93 | 0 | 0.78 | 0.49 | 0.29 | 337.18 | 0.65 | 0.43 |
| Hex | B5 | 27 | 5D | 0 | 4E | 31 | 1D | 151 | 41 | 2B |
| Octal | 265 | 47 | 135 | 0 | 116 | 61 | 35 | 521 | 101 | 53 |
| Binary | 10110101 | 100111 | 1011101 | 0 | 1001110 | 110001 | 11101 | 101010001 | 1000001 | 101011 |
Color Harmonies of #B5275D
Complementary color
Monochromatic Colors of #B5275D
Black with #B5275D
Text Example
Text Example
White with #B5275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5275D; }
p { color: rgb(181,39,93); }
H1.HeaderClassName
{
color: #B5275D;
}
.AnyTagClassName
{
color: #B5275D;
}
</style>
background-color css
<style>
a { background-color: #B5275D; }
a { background-color: rgb(181,39,93); }
div.DivClassName
{
background-color: #B5275D;
}
.BgClassName
{
background-color: #B5275D;
}
</style>
border-color css
<style>
span { border-color: #B5275D; }
span { border-color: rgb(181,39,93); }
td.TdClassName
{
border-color: #B5275D;
}
.TagClassName
{
border-color: #B5275D;
}
</style>