Shades of Old Rose #B7255D
Tints of Old Rose #B7255D
RGB
CMYK
RGB Variations
Color information
#B7255D (or 0xB7255D) is known color: Old Rose. HEX triplet: B7, 25 and 5D. RGB value is (183,37,93). Sum of RGB (Red+Green+Blue) = 183+37+93=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7255D is #48DAA2. Grayscale: #565656. Windows color (decimal): -4774563 or 6104503. OLE color: 6104503.
HSL color Cylindrical-coordinate representation of color #B7255D: hue angle of 336.99º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7255D is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 93 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.28 |
| HSL | 336.99º | 0.66% | 0.43% | - |
| HSV(B) | 336.99º | 0.8% | 0.72% | - |
| XYZ | 22.17 | 12.18 | 11.54 | - |
| YUV | 87.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 93 | 0 | 0.80 | 0.49 | 0.28 | 336.99 | 0.66 | 0.43 |
| Hex | B7 | 25 | 5D | 0 | 50 | 31 | 1C | 151 | 42 | 2B |
| Octal | 267 | 45 | 135 | 0 | 120 | 61 | 34 | 521 | 102 | 53 |
| Binary | 10110111 | 100101 | 1011101 | 0 | 1010000 | 110001 | 11100 | 101010001 | 1000010 | 101011 |
Color Harmonies of #B7255D
Complementary color
Monochromatic Colors of #B7255D
Black with #B7255D
Text Example
Text Example
White with #B7255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7255D; }
p { color: rgb(183,37,93); }
H1.HeaderClassName
{
color: #B7255D;
}
.AnyTagClassName
{
color: #B7255D;
}
</style>
background-color css
<style>
a { background-color: #B7255D; }
a { background-color: rgb(183,37,93); }
div.DivClassName
{
background-color: #B7255D;
}
.BgClassName
{
background-color: #B7255D;
}
</style>
border-color css
<style>
span { border-color: #B7255D; }
span { border-color: rgb(183,37,93); }
td.TdClassName
{
border-color: #B7255D;
}
.TagClassName
{
border-color: #B7255D;
}
</style>