Shades of Old Rose #B8364D
Tints of Old Rose #B8364D
RGB
CMYK
RGB Variations
Color information
#B8364D (or 0xB8364D) is known color: Old Rose. HEX triplet: B8, 36 and 4D. RGB value is (184,54,77). Sum of RGB (Red+Green+Blue) = 184+54+77=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8364D is #47C9B2. Grayscale: #5F5F5F. Windows color (decimal): -4704691 or 5060280. OLE color: 5060280.
HSL color Cylindrical-coordinate representation of color #B8364D: hue angle of 349.38º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B8364D is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 77 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.28 |
| HSL | 349.38º | 0.55% | 0.47% | - |
| HSV(B) | 349.38º | 0.71% | 0.72% | - |
| XYZ | 22.43 | 13.36 | 8.42 | - |
| YUV | 95.49 | 117.57 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 77 | 0 | 0.71 | 0.58 | 0.28 | 349.38 | 0.55 | 0.47 |
| Hex | B8 | 36 | 4D | 0 | 47 | 3A | 1C | 15D | 37 | 2F |
| Octal | 270 | 66 | 115 | 0 | 107 | 72 | 34 | 535 | 67 | 57 |
| Binary | 10111000 | 110110 | 1001101 | 0 | 1000111 | 111010 | 11100 | 101011101 | 110111 | 101111 |
Color Harmonies of #B8364D
Complementary color
Monochromatic Colors of #B8364D
Black with #B8364D
Text Example
Text Example
White with #B8364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8364D; }
p { color: rgb(184,54,77); }
H1.HeaderClassName
{
color: #B8364D;
}
.AnyTagClassName
{
color: #B8364D;
}
</style>
background-color css
<style>
a { background-color: #B8364D; }
a { background-color: rgb(184,54,77); }
div.DivClassName
{
background-color: #B8364D;
}
.BgClassName
{
background-color: #B8364D;
}
</style>
border-color css
<style>
span { border-color: #B8364D; }
span { border-color: rgb(184,54,77); }
td.TdClassName
{
border-color: #B8364D;
}
.TagClassName
{
border-color: #B8364D;
}
</style>