Shades of Old Rose #B8215D
Tints of Old Rose #B8215D
RGB
CMYK
RGB Variations
Color information
#B8215D (or 0xB8215D) is known color: Old Rose. HEX triplet: B8, 21 and 5D. RGB value is (184,33,93). Sum of RGB (Red+Green+Blue) = 184+33+93=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B8215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8215D is #47DEA2. Grayscale: #545454. Windows color (decimal): -4710051 or 6103480. OLE color: 6103480.
HSL color Cylindrical-coordinate representation of color #B8215D: hue angle of 336.16º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8215D is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 93 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.28 |
| HSL | 336.16º | 0.7% | 0.43% | - |
| HSV(B) | 336.16º | 0.82% | 0.72% | - |
| XYZ | 22.29 | 12.07 | 11.51 | - |
| YUV | 84.99 | 132.53 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 93 | 0 | 0.82 | 0.49 | 0.28 | 336.16 | 0.7 | 0.43 |
| Hex | B8 | 21 | 5D | 0 | 52 | 31 | 1C | 150 | 46 | 2B |
| Octal | 270 | 41 | 135 | 0 | 122 | 61 | 34 | 520 | 106 | 53 |
| Binary | 10111000 | 100001 | 1011101 | 0 | 1010010 | 110001 | 11100 | 101010000 | 1000110 | 101011 |
Color Harmonies of #B8215D
Complementary color
Monochromatic Colors of #B8215D
Black with #B8215D
Text Example
Text Example
White with #B8215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8215D; }
p { color: rgb(184,33,93); }
H1.HeaderClassName
{
color: #B8215D;
}
.AnyTagClassName
{
color: #B8215D;
}
</style>
background-color css
<style>
a { background-color: #B8215D; }
a { background-color: rgb(184,33,93); }
div.DivClassName
{
background-color: #B8215D;
}
.BgClassName
{
background-color: #B8215D;
}
</style>
border-color css
<style>
span { border-color: #B8215D; }
span { border-color: rgb(184,33,93); }
td.TdClassName
{
border-color: #B8215D;
}
.TagClassName
{
border-color: #B8215D;
}
</style>