Shades of Old Rose #B8374F
Tints of Old Rose #B8374F
RGB
CMYK
RGB Variations
Color information
#B8374F (or 0xB8374F) is known color: Old Rose. HEX triplet: B8, 37 and 4F. RGB value is (184,55,79). Sum of RGB (Red+Green+Blue) = 184+55+79=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B8374F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8374F is #47C8B0. Grayscale: #606060. Windows color (decimal): -4704433 or 5191608. OLE color: 5191608.
HSL color Cylindrical-coordinate representation of color #B8374F: hue angle of 348.84º degrees, saturation: 0.54, 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 #B8374F is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 79 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.28 |
| HSL | 348.84º | 0.54% | 0.47% | - |
| HSV(B) | 348.84º | 0.7% | 0.72% | - |
| XYZ | 22.54 | 13.49 | 8.81 | - |
| YUV | 96.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 79 | 0 | 0.70 | 0.57 | 0.28 | 348.84 | 0.54 | 0.47 |
| Hex | B8 | 37 | 4F | 0 | 46 | 39 | 1C | 15D | 36 | 2F |
| Octal | 270 | 67 | 117 | 0 | 106 | 71 | 34 | 535 | 66 | 57 |
| Binary | 10111000 | 110111 | 1001111 | 0 | 1000110 | 111001 | 11100 | 101011101 | 110110 | 101111 |
Color Harmonies of #B8374F
Complementary color
Monochromatic Colors of #B8374F
Black with #B8374F
Text Example
Text Example
White with #B8374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8374F; }
p { color: rgb(184,55,79); }
H1.HeaderClassName
{
color: #B8374F;
}
.AnyTagClassName
{
color: #B8374F;
}
</style>
background-color css
<style>
a { background-color: #B8374F; }
a { background-color: rgb(184,55,79); }
div.DivClassName
{
background-color: #B8374F;
}
.BgClassName
{
background-color: #B8374F;
}
</style>
border-color css
<style>
span { border-color: #B8374F; }
span { border-color: rgb(184,55,79); }
td.TdClassName
{
border-color: #B8374F;
}
.TagClassName
{
border-color: #B8374F;
}
</style>