Shades of Old Rose #B8344F
Tints of Old Rose #B8344F
RGB
CMYK
RGB Variations
Color information
#B8344F (or 0xB8344F) is known color: Old Rose. HEX triplet: B8, 34 and 4F. RGB value is (184,52,79). Sum of RGB (Red+Green+Blue) = 184+52+79=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8344F is #47CBB0. Grayscale: #5E5E5E. Windows color (decimal): -4705201 or 5190840. OLE color: 5190840.
HSL color Cylindrical-coordinate representation of color #B8344F: hue angle of 347.73º 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 #B8344F is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 79 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.28 |
| HSL | 347.73º | 0.56% | 0.46% | - |
| HSV(B) | 347.73º | 0.72% | 0.72% | - |
| XYZ | 22.41 | 13.21 | 8.77 | - |
| YUV | 94.55 | 119.23 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 79 | 0 | 0.72 | 0.57 | 0.28 | 347.73 | 0.56 | 0.46 |
| Hex | B8 | 34 | 4F | 0 | 48 | 39 | 1C | 15C | 38 | 2E |
| Octal | 270 | 64 | 117 | 0 | 110 | 71 | 34 | 534 | 70 | 56 |
| Binary | 10111000 | 110100 | 1001111 | 0 | 1001000 | 111001 | 11100 | 101011100 | 111000 | 101110 |
Color Harmonies of #B8344F
Complementary color
Monochromatic Colors of #B8344F
Black with #B8344F
Text Example
Text Example
White with #B8344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8344F; }
p { color: rgb(184,52,79); }
H1.HeaderClassName
{
color: #B8344F;
}
.AnyTagClassName
{
color: #B8344F;
}
</style>
background-color css
<style>
a { background-color: #B8344F; }
a { background-color: rgb(184,52,79); }
div.DivClassName
{
background-color: #B8344F;
}
.BgClassName
{
background-color: #B8344F;
}
</style>
border-color css
<style>
span { border-color: #B8344F; }
span { border-color: rgb(184,52,79); }
td.TdClassName
{
border-color: #B8344F;
}
.TagClassName
{
border-color: #B8344F;
}
</style>