Shades of Old Rose #B8384C
Tints of Old Rose #B8384C
RGB
CMYK
RGB Variations
Color information
#B8384C (or 0xB8384C) is known color: Old Rose. HEX triplet: B8, 38 and 4C. RGB value is (184,56,76). Sum of RGB (Red+Green+Blue) = 184+56+76=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B8384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8384C is #47C7B3. Grayscale: #606060. Windows color (decimal): -4704180 or 4995256. OLE color: 4995256.
HSL color Cylindrical-coordinate representation of color #B8384C: hue angle of 350.62º 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 #B8384C is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 76 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.28 |
| HSL | 350.63º | 0.53% | 0.47% | - |
| HSV(B) | 350.63º | 0.7% | 0.72% | - |
| XYZ | 22.49 | 13.54 | 8.27 | - |
| YUV | 96.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 76 | 0 | 0.70 | 0.59 | 0.28 | 350.63 | 0.53 | 0.47 |
| Hex | B8 | 38 | 4C | 0 | 46 | 3B | 1C | 15F | 35 | 2F |
| Octal | 270 | 70 | 114 | 0 | 106 | 73 | 34 | 537 | 65 | 57 |
| Binary | 10111000 | 111000 | 1001100 | 0 | 1000110 | 111011 | 11100 | 101011111 | 110101 | 101111 |
Color Harmonies of #B8384C
Complementary color
Monochromatic Colors of #B8384C
Black with #B8384C
Text Example
Text Example
White with #B8384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8384C; }
p { color: rgb(184,56,76); }
H1.HeaderClassName
{
color: #B8384C;
}
.AnyTagClassName
{
color: #B8384C;
}
</style>
background-color css
<style>
a { background-color: #B8384C; }
a { background-color: rgb(184,56,76); }
div.DivClassName
{
background-color: #B8384C;
}
.BgClassName
{
background-color: #B8384C;
}
</style>
border-color css
<style>
span { border-color: #B8384C; }
span { border-color: rgb(184,56,76); }
td.TdClassName
{
border-color: #B8384C;
}
.TagClassName
{
border-color: #B8384C;
}
</style>