Shades of Old Rose #B82B5D
Tints of Old Rose #B82B5D
RGB
CMYK
RGB Variations
Color information
#B82B5D (or 0xB82B5D) is known color: Old Rose. HEX triplet: B8, 2B and 5D. RGB value is (184,43,93). Sum of RGB (Red+Green+Blue) = 184+43+93=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82B5D is #47D4A2. Grayscale: #5A5A5A. Windows color (decimal): -4707491 or 6106040. OLE color: 6106040.
HSL color Cylindrical-coordinate representation of color #B82B5D: hue angle of 338.72º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82B5D is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 43 | 93 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.28 |
| HSL | 338.72º | 0.62% | 0.45% | - |
| HSV(B) | 338.72º | 0.77% | 0.72% | - |
| XYZ | 22.61 | 12.71 | 11.62 | - |
| YUV | 90.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 43 | 93 | 0 | 0.77 | 0.49 | 0.28 | 338.72 | 0.62 | 0.45 |
| Hex | B8 | 2B | 5D | 0 | 4D | 31 | 1C | 153 | 3E | 2D |
| Octal | 270 | 53 | 135 | 0 | 115 | 61 | 34 | 523 | 76 | 55 |
| Binary | 10111000 | 101011 | 1011101 | 0 | 1001101 | 110001 | 11100 | 101010011 | 111110 | 101101 |
Color Harmonies of #B82B5D
Complementary color
Monochromatic Colors of #B82B5D
Black with #B82B5D
Text Example
Text Example
White with #B82B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82B5D; }
p { color: rgb(184,43,93); }
H1.HeaderClassName
{
color: #B82B5D;
}
.AnyTagClassName
{
color: #B82B5D;
}
</style>
background-color css
<style>
a { background-color: #B82B5D; }
a { background-color: rgb(184,43,93); }
div.DivClassName
{
background-color: #B82B5D;
}
.BgClassName
{
background-color: #B82B5D;
}
</style>
border-color css
<style>
span { border-color: #B82B5D; }
span { border-color: rgb(184,43,93); }
td.TdClassName
{
border-color: #B82B5D;
}
.TagClassName
{
border-color: #B82B5D;
}
</style>