Shades of Old Rose #B92E5D
Tints of Old Rose #B92E5D
RGB
CMYK
RGB Variations
Color information
#B92E5D (or 0xB92E5D) is known color: Old Rose. HEX triplet: B9, 2E and 5D. RGB value is (185,46,93). Sum of RGB (Red+Green+Blue) = 185+46+93=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92E5D is #46D1A2. Grayscale: #5C5C5C. Windows color (decimal): -4641187 or 6106809. OLE color: 6106809.
HSL color Cylindrical-coordinate representation of color #B92E5D: hue angle of 339.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B92E5D is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 46 | 93 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.27 |
| HSL | 339.71º | 0.6% | 0.45% | - |
| HSV(B) | 339.71º | 0.75% | 0.73% | - |
| XYZ | 22.96 | 13.06 | 11.67 | - |
| YUV | 92.92 | 128.05 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 46 | 93 | 0 | 0.75 | 0.50 | 0.27 | 339.71 | 0.6 | 0.45 |
| Hex | B9 | 2E | 5D | 0 | 4B | 32 | 1B | 154 | 3C | 2D |
| Octal | 271 | 56 | 135 | 0 | 113 | 62 | 33 | 524 | 74 | 55 |
| Binary | 10111001 | 101110 | 1011101 | 0 | 1001011 | 110010 | 11011 | 101010100 | 111100 | 101101 |
Color Harmonies of #B92E5D
Complementary color
Monochromatic Colors of #B92E5D
Black with #B92E5D
Text Example
Text Example
White with #B92E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92E5D; }
p { color: rgb(185,46,93); }
H1.HeaderClassName
{
color: #B92E5D;
}
.AnyTagClassName
{
color: #B92E5D;
}
</style>
background-color css
<style>
a { background-color: #B92E5D; }
a { background-color: rgb(185,46,93); }
div.DivClassName
{
background-color: #B92E5D;
}
.BgClassName
{
background-color: #B92E5D;
}
</style>
border-color css
<style>
span { border-color: #B92E5D; }
span { border-color: rgb(185,46,93); }
td.TdClassName
{
border-color: #B92E5D;
}
.TagClassName
{
border-color: #B92E5D;
}
</style>