Shades of Old Rose #B83351
Tints of Old Rose #B83351
RGB
CMYK
RGB Variations
Color information
#B83351 (or 0xB83351) is known color: Old Rose. HEX triplet: B8, 33 and 51. RGB value is (184,51,81). Sum of RGB (Red+Green+Blue) = 184+51+81=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B83351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83351 is #47CCAE. Grayscale: #5E5E5E. Windows color (decimal): -4705455 or 5321656. OLE color: 5321656.
HSL color Cylindrical-coordinate representation of color #B83351: hue angle of 346.47º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83351 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 81 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.28 |
| HSL | 346.47º | 0.57% | 0.46% | - |
| HSV(B) | 346.47º | 0.72% | 0.72% | - |
| XYZ | 22.44 | 13.15 | 9.14 | - |
| YUV | 94.19 | 120.56 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 81 | 0 | 0.72 | 0.56 | 0.28 | 346.47 | 0.57 | 0.46 |
| Hex | B8 | 33 | 51 | 0 | 48 | 38 | 1C | 15A | 39 | 2E |
| Octal | 270 | 63 | 121 | 0 | 110 | 70 | 34 | 532 | 71 | 56 |
| Binary | 10111000 | 110011 | 1010001 | 0 | 1001000 | 111000 | 11100 | 101011010 | 111001 | 101110 |
Color Harmonies of #B83351
Complementary color
Monochromatic Colors of #B83351
Black with #B83351
Text Example
Text Example
White with #B83351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83351; }
p { color: rgb(184,51,81); }
H1.HeaderClassName
{
color: #B83351;
}
.AnyTagClassName
{
color: #B83351;
}
</style>
background-color css
<style>
a { background-color: #B83351; }
a { background-color: rgb(184,51,81); }
div.DivClassName
{
background-color: #B83351;
}
.BgClassName
{
background-color: #B83351;
}
</style>
border-color css
<style>
span { border-color: #B83351; }
span { border-color: rgb(184,51,81); }
td.TdClassName
{
border-color: #B83351;
}
.TagClassName
{
border-color: #B83351;
}
</style>