Shades of Old Rose #B8344D
Tints of Old Rose #B8344D
RGB
CMYK
RGB Variations
Color information
#B8344D (or 0xB8344D) is known color: Old Rose. HEX triplet: B8, 34 and 4D. RGB value is (184,52,77). Sum of RGB (Red+Green+Blue) = 184+52+77=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B8344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8344D is #47CBB2. Grayscale: #5E5E5E. Windows color (decimal): -4705203 or 5059768. OLE color: 5059768.
HSL color Cylindrical-coordinate representation of color #B8344D: hue angle of 348.64º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8344D is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 77 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.28 |
| HSL | 348.64º | 0.56% | 0.46% | - |
| HSV(B) | 348.64º | 0.72% | 0.72% | - |
| XYZ | 22.33 | 13.18 | 8.39 | - |
| YUV | 94.32 | 118.23 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 77 | 0 | 0.72 | 0.58 | 0.28 | 348.64 | 0.56 | 0.46 |
| Hex | B8 | 34 | 4D | 0 | 48 | 3A | 1C | 15D | 38 | 2E |
| Octal | 270 | 64 | 115 | 0 | 110 | 72 | 34 | 535 | 70 | 56 |
| Binary | 10111000 | 110100 | 1001101 | 0 | 1001000 | 111010 | 11100 | 101011101 | 111000 | 101110 |
Color Harmonies of #B8344D
Complementary color
Monochromatic Colors of #B8344D
Black with #B8344D
Text Example
Text Example
White with #B8344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8344D; }
p { color: rgb(184,52,77); }
H1.HeaderClassName
{
color: #B8344D;
}
.AnyTagClassName
{
color: #B8344D;
}
</style>
background-color css
<style>
a { background-color: #B8344D; }
a { background-color: rgb(184,52,77); }
div.DivClassName
{
background-color: #B8344D;
}
.BgClassName
{
background-color: #B8344D;
}
</style>
border-color css
<style>
span { border-color: #B8344D; }
span { border-color: rgb(184,52,77); }
td.TdClassName
{
border-color: #B8344D;
}
.TagClassName
{
border-color: #B8344D;
}
</style>