Shades of Old Rose #B8375B
Tints of Old Rose #B8375B
RGB
CMYK
RGB Variations
Color information
#B8375B (or 0xB8375B) is known color: Old Rose. HEX triplet: B8, 37 and 5B. RGB value is (184,55,91). Sum of RGB (Red+Green+Blue) = 184+55+91=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B8375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8375B is #47C8A4. Grayscale: #616161. Windows color (decimal): -4704421 or 5978040. OLE color: 5978040.
HSL color Cylindrical-coordinate representation of color #B8375B: hue angle of 343.26º 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 #B8375B is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 91 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.28 |
| HSL | 343.26º | 0.54% | 0.47% | - |
| HSV(B) | 343.26º | 0.7% | 0.72% | - |
| XYZ | 23.02 | 13.68 | 11.32 | - |
| YUV | 97.68 | 124.24 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 91 | 0 | 0.70 | 0.51 | 0.28 | 343.26 | 0.54 | 0.47 |
| Hex | B8 | 37 | 5B | 0 | 46 | 33 | 1C | 157 | 36 | 2F |
| Octal | 270 | 67 | 133 | 0 | 106 | 63 | 34 | 527 | 66 | 57 |
| Binary | 10111000 | 110111 | 1011011 | 0 | 1000110 | 110011 | 11100 | 101010111 | 110110 | 101111 |
Color Harmonies of #B8375B
Complementary color
Monochromatic Colors of #B8375B
Black with #B8375B
Text Example
Text Example
White with #B8375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8375B; }
p { color: rgb(184,55,91); }
H1.HeaderClassName
{
color: #B8375B;
}
.AnyTagClassName
{
color: #B8375B;
}
</style>
background-color css
<style>
a { background-color: #B8375B; }
a { background-color: rgb(184,55,91); }
div.DivClassName
{
background-color: #B8375B;
}
.BgClassName
{
background-color: #B8375B;
}
</style>
border-color css
<style>
span { border-color: #B8375B; }
span { border-color: rgb(184,55,91); }
td.TdClassName
{
border-color: #B8375B;
}
.TagClassName
{
border-color: #B8375B;
}
</style>