Shades of Old Rose #B92A5E
Tints of Old Rose #B92A5E
RGB
CMYK
RGB Variations
Color information
#B92A5E (or 0xB92A5E) is known color: Old Rose. HEX triplet: B9, 2A and 5E. RGB value is (185,42,94). Sum of RGB (Red+Green+Blue) = 185+42+94=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92A5E is #46D5A1. Grayscale: #5A5A5A. Windows color (decimal): -4642210 or 6171321. OLE color: 6171321.
HSL color Cylindrical-coordinate representation of color #B92A5E: hue angle of 338.18º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92A5E is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 42 | 94 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.27 |
| HSL | 338.18º | 0.63% | 0.45% | - |
| HSV(B) | 338.18º | 0.77% | 0.73% | - |
| XYZ | 22.86 | 12.78 | 11.85 | - |
| YUV | 90.69 | 129.88 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 94 | 0 | 0.77 | 0.49 | 0.27 | 338.18 | 0.63 | 0.45 |
| Hex | B9 | 2A | 5E | 0 | 4D | 31 | 1B | 152 | 3F | 2D |
| Octal | 271 | 52 | 136 | 0 | 115 | 61 | 33 | 522 | 77 | 55 |
| Binary | 10111001 | 101010 | 1011110 | 0 | 1001101 | 110001 | 11011 | 101010010 | 111111 | 101101 |
Color Harmonies of #B92A5E
Complementary color
Monochromatic Colors of #B92A5E
Black with #B92A5E
Text Example
Text Example
White with #B92A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92A5E; }
p { color: rgb(185,42,94); }
H1.HeaderClassName
{
color: #B92A5E;
}
.AnyTagClassName
{
color: #B92A5E;
}
</style>
background-color css
<style>
a { background-color: #B92A5E; }
a { background-color: rgb(185,42,94); }
div.DivClassName
{
background-color: #B92A5E;
}
.BgClassName
{
background-color: #B92A5E;
}
</style>
border-color css
<style>
span { border-color: #B92A5E; }
span { border-color: rgb(185,42,94); }
td.TdClassName
{
border-color: #B92A5E;
}
.TagClassName
{
border-color: #B92A5E;
}
</style>