Shades of Old Rose #B8355B
Tints of Old Rose #B8355B
RGB
CMYK
RGB Variations
Color information
#B8355B (or 0xB8355B) is known color: Old Rose. HEX triplet: B8, 35 and 5B. RGB value is (184,53,91). Sum of RGB (Red+Green+Blue) = 184+53+91=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8355B is #47CAA4. Grayscale: #606060. Windows color (decimal): -4704933 or 5977528. OLE color: 5977528.
HSL color Cylindrical-coordinate representation of color #B8355B: hue angle of 342.6º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B8355B is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 91 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.28 |
| HSL | 342.6º | 0.55% | 0.46% | - |
| HSV(B) | 342.6º | 0.71% | 0.72% | - |
| XYZ | 22.93 | 13.49 | 11.29 | - |
| YUV | 96.5 | 124.9 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 91 | 0 | 0.71 | 0.51 | 0.28 | 342.6 | 0.55 | 0.46 |
| Hex | B8 | 35 | 5B | 0 | 47 | 33 | 1C | 157 | 37 | 2E |
| Octal | 270 | 65 | 133 | 0 | 107 | 63 | 34 | 527 | 67 | 56 |
| Binary | 10111000 | 110101 | 1011011 | 0 | 1000111 | 110011 | 11100 | 101010111 | 110111 | 101110 |
Color Harmonies of #B8355B
Complementary color
Monochromatic Colors of #B8355B
Black with #B8355B
Text Example
Text Example
White with #B8355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8355B; }
p { color: rgb(184,53,91); }
H1.HeaderClassName
{
color: #B8355B;
}
.AnyTagClassName
{
color: #B8355B;
}
</style>
background-color css
<style>
a { background-color: #B8355B; }
a { background-color: rgb(184,53,91); }
div.DivClassName
{
background-color: #B8355B;
}
.BgClassName
{
background-color: #B8355B;
}
</style>
border-color css
<style>
span { border-color: #B8355B; }
span { border-color: rgb(184,53,91); }
td.TdClassName
{
border-color: #B8355B;
}
.TagClassName
{
border-color: #B8355B;
}
</style>