Shades of Old Rose #B82B5E
Tints of Old Rose #B82B5E
RGB
CMYK
RGB Variations
Color information
#B82B5E (or 0xB82B5E) is known color: Old Rose. HEX triplet: B8, 2B and 5E. RGB value is (184,43,94). Sum of RGB (Red+Green+Blue) = 184+43+94=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82B5E is #47D4A1. Grayscale: #5A5A5A. Windows color (decimal): -4707490 or 6171576. OLE color: 6171576.
HSL color Cylindrical-coordinate representation of color #B82B5E: hue angle of 338.3º 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 #B82B5E is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 43 | 94 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.28 |
| HSL | 338.3º | 0.62% | 0.45% | - |
| HSV(B) | 338.3º | 0.77% | 0.72% | - |
| XYZ | 22.65 | 12.73 | 11.85 | - |
| YUV | 90.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 43 | 94 | 0 | 0.77 | 0.49 | 0.28 | 338.3 | 0.62 | 0.45 |
| Hex | B8 | 2B | 5E | 0 | 4D | 31 | 1C | 152 | 3E | 2D |
| Octal | 270 | 53 | 136 | 0 | 115 | 61 | 34 | 522 | 76 | 55 |
| Binary | 10111000 | 101011 | 1011110 | 0 | 1001101 | 110001 | 11100 | 101010010 | 111110 | 101101 |
Color Harmonies of #B82B5E
Complementary color
Monochromatic Colors of #B82B5E
Black with #B82B5E
Text Example
Text Example
White with #B82B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82B5E; }
p { color: rgb(184,43,94); }
H1.HeaderClassName
{
color: #B82B5E;
}
.AnyTagClassName
{
color: #B82B5E;
}
</style>
background-color css
<style>
a { background-color: #B82B5E; }
a { background-color: rgb(184,43,94); }
div.DivClassName
{
background-color: #B82B5E;
}
.BgClassName
{
background-color: #B82B5E;
}
</style>
border-color css
<style>
span { border-color: #B82B5E; }
span { border-color: rgb(184,43,94); }
td.TdClassName
{
border-color: #B82B5E;
}
.TagClassName
{
border-color: #B82B5E;
}
</style>