Shades of Old Rose #B82D5A
Tints of Old Rose #B82D5A
RGB
CMYK
RGB Variations
Color information
#B82D5A (or 0xB82D5A) is known color: Old Rose. HEX triplet: B8, 2D and 5A. RGB value is (184,45,90). Sum of RGB (Red+Green+Blue) = 184+45+90=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82D5A is #47D2A5. Grayscale: #5B5B5B. Windows color (decimal): -4706982 or 5909944. OLE color: 5909944.
HSL color Cylindrical-coordinate representation of color #B82D5A: hue angle of 340.58º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82D5A is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 90 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.28 |
| HSL | 340.58º | 0.61% | 0.45% | - |
| HSV(B) | 340.58º | 0.76% | 0.72% | - |
| XYZ | 22.55 | 12.81 | 10.96 | - |
| YUV | 91.69 | 127.05 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 90 | 0 | 0.76 | 0.51 | 0.28 | 340.58 | 0.61 | 0.45 |
| Hex | B8 | 2D | 5A | 0 | 4C | 33 | 1C | 155 | 3D | 2D |
| Octal | 270 | 55 | 132 | 0 | 114 | 63 | 34 | 525 | 75 | 55 |
| Binary | 10111000 | 101101 | 1011010 | 0 | 1001100 | 110011 | 11100 | 101010101 | 111101 | 101101 |
Color Harmonies of #B82D5A
Complementary color
Monochromatic Colors of #B82D5A
Black with #B82D5A
Text Example
Text Example
White with #B82D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D5A; }
p { color: rgb(184,45,90); }
H1.HeaderClassName
{
color: #B82D5A;
}
.AnyTagClassName
{
color: #B82D5A;
}
</style>
background-color css
<style>
a { background-color: #B82D5A; }
a { background-color: rgb(184,45,90); }
div.DivClassName
{
background-color: #B82D5A;
}
.BgClassName
{
background-color: #B82D5A;
}
</style>
border-color css
<style>
span { border-color: #B82D5A; }
span { border-color: rgb(184,45,90); }
td.TdClassName
{
border-color: #B82D5A;
}
.TagClassName
{
border-color: #B82D5A;
}
</style>