Shades of Old Rose #B5384E
Tints of Old Rose #B5384E
RGB
CMYK
RGB Variations
Color information
#B5384E (or 0xB5384E) is known color: Old Rose. HEX triplet: B5, 38 and 4E. RGB value is (181,56,78). Sum of RGB (Red+Green+Blue) = 181+56+78=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B5384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5384E is #4AC7B1. Grayscale: #5F5F5F. Windows color (decimal): -4900786 or 5126325. OLE color: 5126325.
HSL color Cylindrical-coordinate representation of color #B5384E: hue angle of 349.44º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5384E is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 78 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.29 |
| HSL | 349.44º | 0.53% | 0.46% | - |
| HSV(B) | 349.44º | 0.69% | 0.71% | - |
| XYZ | 21.85 | 13.2 | 8.6 | - |
| YUV | 95.88 | 117.91 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 78 | 0 | 0.69 | 0.57 | 0.29 | 349.44 | 0.53 | 0.46 |
| Hex | B5 | 38 | 4E | 0 | 45 | 39 | 1D | 15D | 35 | 2E |
| Octal | 265 | 70 | 116 | 0 | 105 | 71 | 35 | 535 | 65 | 56 |
| Binary | 10110101 | 111000 | 1001110 | 0 | 1000101 | 111001 | 11101 | 101011101 | 110101 | 101110 |
Color Harmonies of #B5384E
Complementary color
Monochromatic Colors of #B5384E
Black with #B5384E
Text Example
Text Example
White with #B5384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5384E; }
p { color: rgb(181,56,78); }
H1.HeaderClassName
{
color: #B5384E;
}
.AnyTagClassName
{
color: #B5384E;
}
</style>
background-color css
<style>
a { background-color: #B5384E; }
a { background-color: rgb(181,56,78); }
div.DivClassName
{
background-color: #B5384E;
}
.BgClassName
{
background-color: #B5384E;
}
</style>
border-color css
<style>
span { border-color: #B5384E; }
span { border-color: rgb(181,56,78); }
td.TdClassName
{
border-color: #B5384E;
}
.TagClassName
{
border-color: #B5384E;
}
</style>