Shades of Old Rose #B83D52
Tints of Old Rose #B83D52
RGB
CMYK
RGB Variations
Color information
#B83D52 (or 0xB83D52) is known color: Old Rose. HEX triplet: B8, 3D and 52. RGB value is (184,61,82). Sum of RGB (Red+Green+Blue) = 184+61+82=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83D52 is #47C2AD. Grayscale: #646464. Windows color (decimal): -4702894 or 5389752. OLE color: 5389752.
HSL color Cylindrical-coordinate representation of color #B83D52: hue angle of 349.76º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83D52 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 82 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.28 |
| HSL | 349.76º | 0.5% | 0.48% | - |
| HSV(B) | 349.76º | 0.67% | 0.72% | - |
| XYZ | 22.96 | 14.14 | 9.5 | - |
| YUV | 100.17 | 117.75 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 82 | 0 | 0.67 | 0.55 | 0.28 | 349.76 | 0.5 | 0.48 |
| Hex | B8 | 3D | 52 | 0 | 43 | 37 | 1C | 15E | 32 | 30 |
| Octal | 270 | 75 | 122 | 0 | 103 | 67 | 34 | 536 | 62 | 60 |
| Binary | 10111000 | 111101 | 1010010 | 0 | 1000011 | 110111 | 11100 | 101011110 | 110010 | 110000 |
Color Harmonies of #B83D52
Complementary color
Monochromatic Colors of #B83D52
Black with #B83D52
Text Example
Text Example
White with #B83D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D52; }
p { color: rgb(184,61,82); }
H1.HeaderClassName
{
color: #B83D52;
}
.AnyTagClassName
{
color: #B83D52;
}
</style>
background-color css
<style>
a { background-color: #B83D52; }
a { background-color: rgb(184,61,82); }
div.DivClassName
{
background-color: #B83D52;
}
.BgClassName
{
background-color: #B83D52;
}
</style>
border-color css
<style>
span { border-color: #B83D52; }
span { border-color: rgb(184,61,82); }
td.TdClassName
{
border-color: #B83D52;
}
.TagClassName
{
border-color: #B83D52;
}
</style>