Shades of Old Rose #B8404F
Tints of Old Rose #B8404F
RGB
CMYK
RGB Variations
Color information
#B8404F (or 0xB8404F) is known color: Old Rose. HEX triplet: B8, 40 and 4F. RGB value is (184,64,79). Sum of RGB (Red+Green+Blue) = 184+64+79=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B8404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8404F is #47BFB0. Grayscale: #656565. Windows color (decimal): -4702129 or 5193912. OLE color: 5193912.
HSL color Cylindrical-coordinate representation of color #B8404F: hue angle of 352.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8404F is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 79 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.28 |
| HSL | 352.5º | 0.48% | 0.49% | - |
| HSV(B) | 352.5º | 0.65% | 0.72% | - |
| XYZ | 23.01 | 14.42 | 8.97 | - |
| YUV | 101.59 | 115.26 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 79 | 0 | 0.65 | 0.57 | 0.28 | 352.5 | 0.48 | 0.49 |
| Hex | B8 | 40 | 4F | 0 | 41 | 39 | 1C | 160 | 30 | 31 |
| Octal | 270 | 100 | 117 | 0 | 101 | 71 | 34 | 540 | 60 | 61 |
| Binary | 10111000 | 1000000 | 1001111 | 0 | 1000001 | 111001 | 11100 | 101100000 | 110000 | 110001 |
Color Harmonies of #B8404F
Complementary color
Monochromatic Colors of #B8404F
Black with #B8404F
Text Example
Text Example
White with #B8404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8404F; }
p { color: rgb(184,64,79); }
H1.HeaderClassName
{
color: #B8404F;
}
.AnyTagClassName
{
color: #B8404F;
}
</style>
background-color css
<style>
a { background-color: #B8404F; }
a { background-color: rgb(184,64,79); }
div.DivClassName
{
background-color: #B8404F;
}
.BgClassName
{
background-color: #B8404F;
}
</style>
border-color css
<style>
span { border-color: #B8404F; }
span { border-color: rgb(184,64,79); }
td.TdClassName
{
border-color: #B8404F;
}
.TagClassName
{
border-color: #B8404F;
}
</style>