Shades of Old Rose #B93A54
Tints of Old Rose #B93A54
RGB
CMYK
RGB Variations
Color information
#B93A54 (or 0xB93A54) is known color: Old Rose. HEX triplet: B9, 3A and 54. RGB value is (185,58,84). Sum of RGB (Red+Green+Blue) = 185+58+84=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93A54 is #46C5AB. Grayscale: #626262. Windows color (decimal): -4638124 or 5520057. OLE color: 5520057.
HSL color Cylindrical-coordinate representation of color #B93A54: hue angle of 347.72º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B93A54 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 58 | 84 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.27 |
| HSL | 347.72º | 0.52% | 0.48% | - |
| HSV(B) | 347.72º | 0.69% | 0.73% | - |
| XYZ | 23.12 | 13.98 | 9.87 | - |
| YUV | 98.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 58 | 84 | 0 | 0.69 | 0.55 | 0.27 | 347.72 | 0.52 | 0.48 |
| Hex | B9 | 3A | 54 | 0 | 45 | 37 | 1B | 15C | 34 | 30 |
| Octal | 271 | 72 | 124 | 0 | 105 | 67 | 33 | 534 | 64 | 60 |
| Binary | 10111001 | 111010 | 1010100 | 0 | 1000101 | 110111 | 11011 | 101011100 | 110100 | 110000 |
Color Harmonies of #B93A54
Complementary color
Monochromatic Colors of #B93A54
Black with #B93A54
Text Example
Text Example
White with #B93A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93A54; }
p { color: rgb(185,58,84); }
H1.HeaderClassName
{
color: #B93A54;
}
.AnyTagClassName
{
color: #B93A54;
}
</style>
background-color css
<style>
a { background-color: #B93A54; }
a { background-color: rgb(185,58,84); }
div.DivClassName
{
background-color: #B93A54;
}
.BgClassName
{
background-color: #B93A54;
}
</style>
border-color css
<style>
span { border-color: #B93A54; }
span { border-color: rgb(185,58,84); }
td.TdClassName
{
border-color: #B93A54;
}
.TagClassName
{
border-color: #B93A54;
}
</style>