Shades of Old Rose #B92852
Tints of Old Rose #B92852
RGB
CMYK
RGB Variations
Color information
#B92852 (or 0xB92852) is known color: Old Rose. HEX triplet: B9, 28 and 52. RGB value is (185,40,82). Sum of RGB (Red+Green+Blue) = 185+40+82=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B92852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92852 is #46D7AD. Grayscale: #585858. Windows color (decimal): -4642734 or 5384377. OLE color: 5384377.
HSL color Cylindrical-coordinate representation of color #B92852: hue angle of 342.62º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92852 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 82 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.27 |
| HSL | 342.62º | 0.64% | 0.44% | - |
| HSV(B) | 342.62º | 0.78% | 0.73% | - |
| XYZ | 22.29 | 12.44 | 9.21 | - |
| YUV | 88.14 | 124.54 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 82 | 0 | 0.78 | 0.56 | 0.27 | 342.62 | 0.64 | 0.44 |
| Hex | B9 | 28 | 52 | 0 | 4E | 38 | 1B | 157 | 40 | 2C |
| Octal | 271 | 50 | 122 | 0 | 116 | 70 | 33 | 527 | 100 | 54 |
| Binary | 10111001 | 101000 | 1010010 | 0 | 1001110 | 111000 | 11011 | 101010111 | 1000000 | 101100 |
Color Harmonies of #B92852
Complementary color
Monochromatic Colors of #B92852
Black with #B92852
Text Example
Text Example
White with #B92852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92852; }
p { color: rgb(185,40,82); }
H1.HeaderClassName
{
color: #B92852;
}
.AnyTagClassName
{
color: #B92852;
}
</style>
background-color css
<style>
a { background-color: #B92852; }
a { background-color: rgb(185,40,82); }
div.DivClassName
{
background-color: #B92852;
}
.BgClassName
{
background-color: #B92852;
}
</style>
border-color css
<style>
span { border-color: #B92852; }
span { border-color: rgb(185,40,82); }
td.TdClassName
{
border-color: #B92852;
}
.TagClassName
{
border-color: #B92852;
}
</style>