Shades of Old Rose #B83758
Tints of Old Rose #B83758
RGB
CMYK
RGB Variations
Color information
#B83758 (or 0xB83758) is known color: Old Rose. HEX triplet: B8, 37 and 58. RGB value is (184,55,88). Sum of RGB (Red+Green+Blue) = 184+55+88=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B83758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83758 is #47C8A7. Grayscale: #616161. Windows color (decimal): -4704424 or 5781432. OLE color: 5781432.
HSL color Cylindrical-coordinate representation of color #B83758: hue angle of 344.65º 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 #B83758 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 88 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.28 |
| HSL | 344.65º | 0.54% | 0.47% | - |
| HSV(B) | 344.65º | 0.7% | 0.72% | - |
| XYZ | 22.89 | 13.63 | 10.66 | - |
| YUV | 97.33 | 122.74 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 88 | 0 | 0.70 | 0.52 | 0.28 | 344.65 | 0.54 | 0.47 |
| Hex | B8 | 37 | 58 | 0 | 46 | 34 | 1C | 159 | 36 | 2F |
| Octal | 270 | 67 | 130 | 0 | 106 | 64 | 34 | 531 | 66 | 57 |
| Binary | 10111000 | 110111 | 1011000 | 0 | 1000110 | 110100 | 11100 | 101011001 | 110110 | 101111 |
Color Harmonies of #B83758
Complementary color
Monochromatic Colors of #B83758
Black with #B83758
Text Example
Text Example
White with #B83758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83758; }
p { color: rgb(184,55,88); }
H1.HeaderClassName
{
color: #B83758;
}
.AnyTagClassName
{
color: #B83758;
}
</style>
background-color css
<style>
a { background-color: #B83758; }
a { background-color: rgb(184,55,88); }
div.DivClassName
{
background-color: #B83758;
}
.BgClassName
{
background-color: #B83758;
}
</style>
border-color css
<style>
span { border-color: #B83758; }
span { border-color: rgb(184,55,88); }
td.TdClassName
{
border-color: #B83758;
}
.TagClassName
{
border-color: #B83758;
}
</style>