Shades of Old Rose #B8384B
Tints of Old Rose #B8384B
RGB
CMYK
RGB Variations
Color information
#B8384B (or 0xB8384B) is known color: Old Rose. HEX triplet: B8, 38 and 4B. RGB value is (184,56,75). Sum of RGB (Red+Green+Blue) = 184+56+75=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8384B is #47C7B4. Grayscale: #606060. Windows color (decimal): -4704181 or 4929720. OLE color: 4929720.
HSL color Cylindrical-coordinate representation of color #B8384B: hue angle of 351.09º 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 #B8384B is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 75 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.28 |
| HSL | 351.09º | 0.53% | 0.47% | - |
| HSV(B) | 351.09º | 0.7% | 0.72% | - |
| XYZ | 22.45 | 13.53 | 8.08 | - |
| YUV | 96.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 75 | 0 | 0.70 | 0.59 | 0.28 | 351.09 | 0.53 | 0.47 |
| Hex | B8 | 38 | 4B | 0 | 46 | 3B | 1C | 15F | 35 | 2F |
| Octal | 270 | 70 | 113 | 0 | 106 | 73 | 34 | 537 | 65 | 57 |
| Binary | 10111000 | 111000 | 1001011 | 0 | 1000110 | 111011 | 11100 | 101011111 | 110101 | 101111 |
Color Harmonies of #B8384B
Complementary color
Monochromatic Colors of #B8384B
Black with #B8384B
Text Example
Text Example
White with #B8384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8384B; }
p { color: rgb(184,56,75); }
H1.HeaderClassName
{
color: #B8384B;
}
.AnyTagClassName
{
color: #B8384B;
}
</style>
background-color css
<style>
a { background-color: #B8384B; }
a { background-color: rgb(184,56,75); }
div.DivClassName
{
background-color: #B8384B;
}
.BgClassName
{
background-color: #B8384B;
}
</style>
border-color css
<style>
span { border-color: #B8384B; }
span { border-color: rgb(184,56,75); }
td.TdClassName
{
border-color: #B8384B;
}
.TagClassName
{
border-color: #B8384B;
}
</style>