Shades of Old Rose #B92D5D
Tints of Old Rose #B92D5D
RGB
CMYK
RGB Variations
Color information
#B92D5D (or 0xB92D5D) is known color: Old Rose. HEX triplet: B9, 2D and 5D. RGB value is (185,45,93). Sum of RGB (Red+Green+Blue) = 185+45+93=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92D5D is #46D2A2. Grayscale: #5C5C5C. Windows color (decimal): -4641443 or 6106553. OLE color: 6106553.
HSL color Cylindrical-coordinate representation of color #B92D5D: hue angle of 339.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92D5D is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 93 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.27 |
| HSL | 339.43º | 0.61% | 0.45% | - |
| HSV(B) | 339.43º | 0.76% | 0.73% | - |
| XYZ | 22.92 | 12.98 | 11.65 | - |
| YUV | 92.33 | 128.38 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 93 | 0 | 0.76 | 0.50 | 0.27 | 339.43 | 0.61 | 0.45 |
| Hex | B9 | 2D | 5D | 0 | 4C | 32 | 1B | 153 | 3D | 2D |
| Octal | 271 | 55 | 135 | 0 | 114 | 62 | 33 | 523 | 75 | 55 |
| Binary | 10111001 | 101101 | 1011101 | 0 | 1001100 | 110010 | 11011 | 101010011 | 111101 | 101101 |
Color Harmonies of #B92D5D
Complementary color
Monochromatic Colors of #B92D5D
Black with #B92D5D
Text Example
Text Example
White with #B92D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92D5D; }
p { color: rgb(185,45,93); }
H1.HeaderClassName
{
color: #B92D5D;
}
.AnyTagClassName
{
color: #B92D5D;
}
</style>
background-color css
<style>
a { background-color: #B92D5D; }
a { background-color: rgb(185,45,93); }
div.DivClassName
{
background-color: #B92D5D;
}
.BgClassName
{
background-color: #B92D5D;
}
</style>
border-color css
<style>
span { border-color: #B92D5D; }
span { border-color: rgb(185,45,93); }
td.TdClassName
{
border-color: #B92D5D;
}
.TagClassName
{
border-color: #B92D5D;
}
</style>