Shades of Old Rose #B7254F
Tints of Old Rose #B7254F
RGB
CMYK
RGB Variations
Color information
#B7254F (or 0xB7254F) is known color: Old Rose. HEX triplet: B7, 25 and 4F. RGB value is (183,37,79). Sum of RGB (Red+Green+Blue) = 183+37+79=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B7254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7254F is #48DAB0. Grayscale: #555555. Windows color (decimal): -4774577 or 5186999. OLE color: 5186999.
HSL color Cylindrical-coordinate representation of color #B7254F: hue angle of 342.74º 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 #B7254F is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 79 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.28 |
| HSL | 342.74º | 0.66% | 0.43% | - |
| HSV(B) | 342.74º | 0.8% | 0.72% | - |
| XYZ | 21.6 | 11.95 | 8.57 | - |
| YUV | 85.44 | 124.37 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 79 | 0 | 0.80 | 0.57 | 0.28 | 342.74 | 0.66 | 0.43 |
| Hex | B7 | 25 | 4F | 0 | 50 | 39 | 1C | 157 | 42 | 2B |
| Octal | 267 | 45 | 117 | 0 | 120 | 71 | 34 | 527 | 102 | 53 |
| Binary | 10110111 | 100101 | 1001111 | 0 | 1010000 | 111001 | 11100 | 101010111 | 1000010 | 101011 |
Color Harmonies of #B7254F
Complementary color
Monochromatic Colors of #B7254F
Black with #B7254F
Text Example
Text Example
White with #B7254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7254F; }
p { color: rgb(183,37,79); }
H1.HeaderClassName
{
color: #B7254F;
}
.AnyTagClassName
{
color: #B7254F;
}
</style>
background-color css
<style>
a { background-color: #B7254F; }
a { background-color: rgb(183,37,79); }
div.DivClassName
{
background-color: #B7254F;
}
.BgClassName
{
background-color: #B7254F;
}
</style>
border-color css
<style>
span { border-color: #B7254F; }
span { border-color: rgb(183,37,79); }
td.TdClassName
{
border-color: #B7254F;
}
.TagClassName
{
border-color: #B7254F;
}
</style>