Shades of Old Rose #B8384F
Tints of Old Rose #B8384F
RGB
CMYK
RGB Variations
Color information
#B8384F (or 0xB8384F) is known color: Old Rose. HEX triplet: B8, 38 and 4F. RGB value is (184,56,79). Sum of RGB (Red+Green+Blue) = 184+56+79=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B8384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8384F is #47C7B0. Grayscale: #606060. Windows color (decimal): -4704177 or 5191864. OLE color: 5191864.
HSL color Cylindrical-coordinate representation of color #B8384F: hue angle of 349.22º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8384F is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 79 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.28 |
| HSL | 349.22º | 0.53% | 0.47% | - |
| HSV(B) | 349.22º | 0.7% | 0.72% | - |
| XYZ | 22.59 | 13.58 | 8.83 | - |
| YUV | 96.89 | 117.91 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 79 | 0 | 0.70 | 0.57 | 0.28 | 349.22 | 0.53 | 0.47 |
| Hex | B8 | 38 | 4F | 0 | 46 | 39 | 1C | 15D | 35 | 2F |
| Octal | 270 | 70 | 117 | 0 | 106 | 71 | 34 | 535 | 65 | 57 |
| Binary | 10111000 | 111000 | 1001111 | 0 | 1000110 | 111001 | 11100 | 101011101 | 110101 | 101111 |
Color Harmonies of #B8384F
Complementary color
Monochromatic Colors of #B8384F
Black with #B8384F
Text Example
Text Example
White with #B8384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8384F; }
p { color: rgb(184,56,79); }
H1.HeaderClassName
{
color: #B8384F;
}
.AnyTagClassName
{
color: #B8384F;
}
</style>
background-color css
<style>
a { background-color: #B8384F; }
a { background-color: rgb(184,56,79); }
div.DivClassName
{
background-color: #B8384F;
}
.BgClassName
{
background-color: #B8384F;
}
</style>
border-color css
<style>
span { border-color: #B8384F; }
span { border-color: rgb(184,56,79); }
td.TdClassName
{
border-color: #B8384F;
}
.TagClassName
{
border-color: #B8384F;
}
</style>