Shades of Old Rose #B8325C
Tints of Old Rose #B8325C
RGB
CMYK
RGB Variations
Color information
#B8325C (or 0xB8325C) is known color: Old Rose. HEX triplet: B8, 32 and 5C. RGB value is (184,50,92). Sum of RGB (Red+Green+Blue) = 184+50+92=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B8325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8325C is #47CDA3. Grayscale: #5E5E5E. Windows color (decimal): -4705700 or 6042296. OLE color: 6042296.
HSL color Cylindrical-coordinate representation of color #B8325C: hue angle of 341.19º 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 #B8325C is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 92 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.28 |
| HSL | 341.19º | 0.57% | 0.46% | - |
| HSV(B) | 341.19º | 0.73% | 0.72% | - |
| XYZ | 22.84 | 13.24 | 11.48 | - |
| YUV | 94.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 92 | 0 | 0.73 | 0.50 | 0.28 | 341.19 | 0.57 | 0.46 |
| Hex | B8 | 32 | 5C | 0 | 49 | 32 | 1C | 155 | 39 | 2E |
| Octal | 270 | 62 | 134 | 0 | 111 | 62 | 34 | 525 | 71 | 56 |
| Binary | 10111000 | 110010 | 1011100 | 0 | 1001001 | 110010 | 11100 | 101010101 | 111001 | 101110 |
Color Harmonies of #B8325C
Complementary color
Monochromatic Colors of #B8325C
Black with #B8325C
Text Example
Text Example
White with #B8325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8325C; }
p { color: rgb(184,50,92); }
H1.HeaderClassName
{
color: #B8325C;
}
.AnyTagClassName
{
color: #B8325C;
}
</style>
background-color css
<style>
a { background-color: #B8325C; }
a { background-color: rgb(184,50,92); }
div.DivClassName
{
background-color: #B8325C;
}
.BgClassName
{
background-color: #B8325C;
}
</style>
border-color css
<style>
span { border-color: #B8325C; }
span { border-color: rgb(184,50,92); }
td.TdClassName
{
border-color: #B8325C;
}
.TagClassName
{
border-color: #B8325C;
}
</style>