Shades of Old Rose #B72653
Tints of Old Rose #B72653
RGB
CMYK
RGB Variations
Color information
#B72653 (or 0xB72653) is known color: Old Rose. HEX triplet: B7, 26 and 53. RGB value is (183,38,83). Sum of RGB (Red+Green+Blue) = 183+38+83=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B72653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72653 is #48D9AC. Grayscale: #565656. Windows color (decimal): -4774317 or 5449399. OLE color: 5449399.
HSL color Cylindrical-coordinate representation of color #B72653: hue angle of 341.38º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72653 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 83 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.28 |
| HSL | 341.38º | 0.66% | 0.43% | - |
| HSV(B) | 341.38º | 0.79% | 0.72% | - |
| XYZ | 21.78 | 12.08 | 9.37 | - |
| YUV | 86.49 | 126.04 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 83 | 0 | 0.79 | 0.55 | 0.28 | 341.38 | 0.66 | 0.43 |
| Hex | B7 | 26 | 53 | 0 | 4F | 37 | 1C | 155 | 42 | 2B |
| Octal | 267 | 46 | 123 | 0 | 117 | 67 | 34 | 525 | 102 | 53 |
| Binary | 10110111 | 100110 | 1010011 | 0 | 1001111 | 110111 | 11100 | 101010101 | 1000010 | 101011 |
Color Harmonies of #B72653
Complementary color
Monochromatic Colors of #B72653
Black with #B72653
Text Example
Text Example
White with #B72653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72653; }
p { color: rgb(183,38,83); }
H1.HeaderClassName
{
color: #B72653;
}
.AnyTagClassName
{
color: #B72653;
}
</style>
background-color css
<style>
a { background-color: #B72653; }
a { background-color: rgb(183,38,83); }
div.DivClassName
{
background-color: #B72653;
}
.BgClassName
{
background-color: #B72653;
}
</style>
border-color css
<style>
span { border-color: #B72653; }
span { border-color: rgb(183,38,83); }
td.TdClassName
{
border-color: #B72653;
}
.TagClassName
{
border-color: #B72653;
}
</style>