Shades of Old Rose #B7205D
Tints of Old Rose #B7205D
RGB
CMYK
RGB Variations
Color information
#B7205D (or 0xB7205D) is known color: Old Rose. HEX triplet: B7, 20 and 5D. RGB value is (183,32,93). Sum of RGB (Red+Green+Blue) = 183+32+93=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B7205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7205D is #48DFA2. Grayscale: #545454. Windows color (decimal): -4775843 or 6103223. OLE color: 6103223.
HSL color Cylindrical-coordinate representation of color #B7205D: hue angle of 335.76º 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 #B7205D is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 93 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.28 |
| HSL | 335.76º | 0.7% | 0.42% | - |
| HSV(B) | 335.76º | 0.83% | 0.72% | - |
| XYZ | 22.02 | 11.89 | 11.49 | - |
| YUV | 84.1 | 133.03 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 93 | 0 | 0.83 | 0.49 | 0.28 | 335.76 | 0.7 | 0.42 |
| Hex | B7 | 20 | 5D | 0 | 53 | 31 | 1C | 150 | 46 | 2A |
| Octal | 267 | 40 | 135 | 0 | 123 | 61 | 34 | 520 | 106 | 52 |
| Binary | 10110111 | 100000 | 1011101 | 0 | 1010011 | 110001 | 11100 | 101010000 | 1000110 | 101010 |
Color Harmonies of #B7205D
Complementary color
Monochromatic Colors of #B7205D
Black with #B7205D
Text Example
Text Example
White with #B7205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7205D; }
p { color: rgb(183,32,93); }
H1.HeaderClassName
{
color: #B7205D;
}
.AnyTagClassName
{
color: #B7205D;
}
</style>
background-color css
<style>
a { background-color: #B7205D; }
a { background-color: rgb(183,32,93); }
div.DivClassName
{
background-color: #B7205D;
}
.BgClassName
{
background-color: #B7205D;
}
</style>
border-color css
<style>
span { border-color: #B7205D; }
span { border-color: rgb(183,32,93); }
td.TdClassName
{
border-color: #B7205D;
}
.TagClassName
{
border-color: #B7205D;
}
</style>