Shades of Old Rose #B7205A
Tints of Old Rose #B7205A
RGB
CMYK
RGB Variations
Color information
#B7205A (or 0xB7205A) is known color: Old Rose. HEX triplet: B7, 20 and 5A. RGB value is (183,32,90). Sum of RGB (Red+Green+Blue) = 183+32+90=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B7205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7205A is #48DFA5. Grayscale: #535353. Windows color (decimal): -4775846 or 5906615. OLE color: 5906615.
HSL color Cylindrical-coordinate representation of color #B7205A: hue angle of 336.95º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7205A is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 90 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.28 |
| HSL | 336.95º | 0.7% | 0.42% | - |
| HSV(B) | 336.95º | 0.83% | 0.72% | - |
| XYZ | 21.89 | 11.84 | 10.8 | - |
| YUV | 83.76 | 131.53 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 90 | 0 | 0.83 | 0.51 | 0.28 | 336.95 | 0.7 | 0.42 |
| Hex | B7 | 20 | 5A | 0 | 53 | 33 | 1C | 151 | 46 | 2A |
| Octal | 267 | 40 | 132 | 0 | 123 | 63 | 34 | 521 | 106 | 52 |
| Binary | 10110111 | 100000 | 1011010 | 0 | 1010011 | 110011 | 11100 | 101010001 | 1000110 | 101010 |
Color Harmonies of #B7205A
Complementary color
Monochromatic Colors of #B7205A
Black with #B7205A
Text Example
Text Example
White with #B7205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7205A; }
p { color: rgb(183,32,90); }
H1.HeaderClassName
{
color: #B7205A;
}
.AnyTagClassName
{
color: #B7205A;
}
</style>
background-color css
<style>
a { background-color: #B7205A; }
a { background-color: rgb(183,32,90); }
div.DivClassName
{
background-color: #B7205A;
}
.BgClassName
{
background-color: #B7205A;
}
</style>
border-color css
<style>
span { border-color: #B7205A; }
span { border-color: rgb(183,32,90); }
td.TdClassName
{
border-color: #B7205A;
}
.TagClassName
{
border-color: #B7205A;
}
</style>