Shades of Old Rose #B93D47
Tints of Old Rose #B93D47
RGB
CMYK
RGB Variations
Color information
#B93D47 (or 0xB93D47) is known color: Old Rose. HEX triplet: B9, 3D and 47. RGB value is (185,61,71). Sum of RGB (Red+Green+Blue) = 185+61+71=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D47 is #46C2B8. Grayscale: #636363. Windows color (decimal): -4637369 or 4668857. OLE color: 4668857.
HSL color Cylindrical-coordinate representation of color #B93D47: hue angle of 355.16º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B93D47 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 61 | 71 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.27 |
| HSL | 355.16º | 0.5% | 0.48% | - |
| HSV(B) | 355.16º | 0.67% | 0.73% | - |
| XYZ | 22.81 | 14.11 | 7.48 | - |
| YUV | 99.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 71 | 0 | 0.67 | 0.62 | 0.27 | 355.16 | 0.5 | 0.48 |
| Hex | B9 | 3D | 47 | 0 | 43 | 3E | 1B | 163 | 32 | 30 |
| Octal | 271 | 75 | 107 | 0 | 103 | 76 | 33 | 543 | 62 | 60 |
| Binary | 10111001 | 111101 | 1000111 | 0 | 1000011 | 111110 | 11011 | 101100011 | 110010 | 110000 |
Color Harmonies of #B93D47
Complementary color
Monochromatic Colors of #B93D47
Black with #B93D47
Text Example
Text Example
White with #B93D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93D47; }
p { color: rgb(185,61,71); }
H1.HeaderClassName
{
color: #B93D47;
}
.AnyTagClassName
{
color: #B93D47;
}
</style>
background-color css
<style>
a { background-color: #B93D47; }
a { background-color: rgb(185,61,71); }
div.DivClassName
{
background-color: #B93D47;
}
.BgClassName
{
background-color: #B93D47;
}
</style>
border-color css
<style>
span { border-color: #B93D47; }
span { border-color: rgb(185,61,71); }
td.TdClassName
{
border-color: #B93D47;
}
.TagClassName
{
border-color: #B93D47;
}
</style>