Shades of Old Rose #B82C5A
Tints of Old Rose #B82C5A
RGB
CMYK
RGB Variations
Color information
#B82C5A (or 0xB82C5A) is known color: Old Rose. HEX triplet: B8, 2C and 5A. RGB value is (184,44,90). Sum of RGB (Red+Green+Blue) = 184+44+90=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82C5A is #47D3A5. Grayscale: #5B5B5B. Windows color (decimal): -4707238 or 5909688. OLE color: 5909688.
HSL color Cylindrical-coordinate representation of color #B82C5A: hue angle of 340.29º 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 #B82C5A is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 90 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.28 |
| HSL | 340.29º | 0.61% | 0.45% | - |
| HSV(B) | 340.29º | 0.76% | 0.72% | - |
| XYZ | 22.51 | 12.73 | 10.94 | - |
| YUV | 91.1 | 127.38 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 90 | 0 | 0.76 | 0.51 | 0.28 | 340.29 | 0.61 | 0.45 |
| Hex | B8 | 2C | 5A | 0 | 4C | 33 | 1C | 154 | 3D | 2D |
| Octal | 270 | 54 | 132 | 0 | 114 | 63 | 34 | 524 | 75 | 55 |
| Binary | 10111000 | 101100 | 1011010 | 0 | 1001100 | 110011 | 11100 | 101010100 | 111101 | 101101 |
Color Harmonies of #B82C5A
Complementary color
Monochromatic Colors of #B82C5A
Black with #B82C5A
Text Example
Text Example
White with #B82C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82C5A; }
p { color: rgb(184,44,90); }
H1.HeaderClassName
{
color: #B82C5A;
}
.AnyTagClassName
{
color: #B82C5A;
}
</style>
background-color css
<style>
a { background-color: #B82C5A; }
a { background-color: rgb(184,44,90); }
div.DivClassName
{
background-color: #B82C5A;
}
.BgClassName
{
background-color: #B82C5A;
}
</style>
border-color css
<style>
span { border-color: #B82C5A; }
span { border-color: rgb(184,44,90); }
td.TdClassName
{
border-color: #B82C5A;
}
.TagClassName
{
border-color: #B82C5A;
}
</style>