Shades of Old Rose #B8324D
Tints of Old Rose #B8324D
RGB
CMYK
RGB Variations
Color information
#B8324D (or 0xB8324D) is known color: Old Rose. HEX triplet: B8, 32 and 4D. RGB value is (184,50,77). Sum of RGB (Red+Green+Blue) = 184+50+77=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8324D is #47CDB2. Grayscale: #5D5D5D. Windows color (decimal): -4705715 or 5059256. OLE color: 5059256.
HSL color Cylindrical-coordinate representation of color #B8324D: hue angle of 347.91º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8324D is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 77 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.28 |
| HSL | 347.91º | 0.57% | 0.46% | - |
| HSV(B) | 347.91º | 0.73% | 0.72% | - |
| XYZ | 22.25 | 13.01 | 8.36 | - |
| YUV | 93.14 | 118.89 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 77 | 0 | 0.73 | 0.58 | 0.28 | 347.91 | 0.57 | 0.46 |
| Hex | B8 | 32 | 4D | 0 | 49 | 3A | 1C | 15C | 39 | 2E |
| Octal | 270 | 62 | 115 | 0 | 111 | 72 | 34 | 534 | 71 | 56 |
| Binary | 10111000 | 110010 | 1001101 | 0 | 1001001 | 111010 | 11100 | 101011100 | 111001 | 101110 |
Color Harmonies of #B8324D
Complementary color
Monochromatic Colors of #B8324D
Black with #B8324D
Text Example
Text Example
White with #B8324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8324D; }
p { color: rgb(184,50,77); }
H1.HeaderClassName
{
color: #B8324D;
}
.AnyTagClassName
{
color: #B8324D;
}
</style>
background-color css
<style>
a { background-color: #B8324D; }
a { background-color: rgb(184,50,77); }
div.DivClassName
{
background-color: #B8324D;
}
.BgClassName
{
background-color: #B8324D;
}
</style>
border-color css
<style>
span { border-color: #B8324D; }
span { border-color: rgb(184,50,77); }
td.TdClassName
{
border-color: #B8324D;
}
.TagClassName
{
border-color: #B8324D;
}
</style>