Shades of Old Rose #B8215B
Tints of Old Rose #B8215B
RGB
CMYK
RGB Variations
Color information
#B8215B (or 0xB8215B) is known color: Old Rose. HEX triplet: B8, 21 and 5B. RGB value is (184,33,91). Sum of RGB (Red+Green+Blue) = 184+33+91=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B8215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8215B is #47DEA4. Grayscale: #545454. Windows color (decimal): -4710053 or 5972408. OLE color: 5972408.
HSL color Cylindrical-coordinate representation of color #B8215B: hue angle of 336.95º 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 #B8215B is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 91 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.28 |
| HSL | 336.95º | 0.7% | 0.43% | - |
| HSV(B) | 336.95º | 0.82% | 0.72% | - |
| XYZ | 22.2 | 12.03 | 11.05 | - |
| YUV | 84.76 | 131.53 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 91 | 0 | 0.82 | 0.51 | 0.28 | 336.95 | 0.7 | 0.43 |
| Hex | B8 | 21 | 5B | 0 | 52 | 33 | 1C | 151 | 46 | 2B |
| Octal | 270 | 41 | 133 | 0 | 122 | 63 | 34 | 521 | 106 | 53 |
| Binary | 10111000 | 100001 | 1011011 | 0 | 1010010 | 110011 | 11100 | 101010001 | 1000110 | 101011 |
Color Harmonies of #B8215B
Complementary color
Monochromatic Colors of #B8215B
Black with #B8215B
Text Example
Text Example
White with #B8215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8215B; }
p { color: rgb(184,33,91); }
H1.HeaderClassName
{
color: #B8215B;
}
.AnyTagClassName
{
color: #B8215B;
}
</style>
background-color css
<style>
a { background-color: #B8215B; }
a { background-color: rgb(184,33,91); }
div.DivClassName
{
background-color: #B8215B;
}
.BgClassName
{
background-color: #B8215B;
}
</style>
border-color css
<style>
span { border-color: #B8215B; }
span { border-color: rgb(184,33,91); }
td.TdClassName
{
border-color: #B8215B;
}
.TagClassName
{
border-color: #B8215B;
}
</style>