Shades of Old Rose #B93754
Tints of Old Rose #B93754
RGB
CMYK
RGB Variations
Color information
#B93754 (or 0xB93754) is known color: Old Rose. HEX triplet: B9, 37 and 54. RGB value is (185,55,84). Sum of RGB (Red+Green+Blue) = 185+55+84=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B93754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93754 is #46C8AB. Grayscale: #616161. Windows color (decimal): -4638892 or 5519289. OLE color: 5519289.
HSL color Cylindrical-coordinate representation of color #B93754: hue angle of 346.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93754 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 84 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.27 |
| HSL | 346.62º | 0.54% | 0.47% | - |
| HSV(B) | 346.62º | 0.7% | 0.73% | - |
| XYZ | 22.97 | 13.69 | 9.82 | - |
| YUV | 97.18 | 120.57 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 84 | 0 | 0.70 | 0.55 | 0.27 | 346.62 | 0.54 | 0.47 |
| Hex | B9 | 37 | 54 | 0 | 46 | 37 | 1B | 15B | 36 | 2F |
| Octal | 271 | 67 | 124 | 0 | 106 | 67 | 33 | 533 | 66 | 57 |
| Binary | 10111001 | 110111 | 1010100 | 0 | 1000110 | 110111 | 11011 | 101011011 | 110110 | 101111 |
Color Harmonies of #B93754
Complementary color
Monochromatic Colors of #B93754
Black with #B93754
Text Example
Text Example
White with #B93754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93754; }
p { color: rgb(185,55,84); }
H1.HeaderClassName
{
color: #B93754;
}
.AnyTagClassName
{
color: #B93754;
}
</style>
background-color css
<style>
a { background-color: #B93754; }
a { background-color: rgb(185,55,84); }
div.DivClassName
{
background-color: #B93754;
}
.BgClassName
{
background-color: #B93754;
}
</style>
border-color css
<style>
span { border-color: #B93754; }
span { border-color: rgb(185,55,84); }
td.TdClassName
{
border-color: #B93754;
}
.TagClassName
{
border-color: #B93754;
}
</style>