Shades of Old Rose #B83354
Tints of Old Rose #B83354
RGB
CMYK
RGB Variations
Color information
#B83354 (or 0xB83354) is known color: Old Rose. HEX triplet: B8, 33 and 54. RGB value is (184,51,84). Sum of RGB (Red+Green+Blue) = 184+51+84=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B83354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83354 is #47CCAB. Grayscale: #5E5E5E. Windows color (decimal): -4705452 or 5518264. OLE color: 5518264.
HSL color Cylindrical-coordinate representation of color #B83354: hue angle of 345.11º 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 #B83354 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 84 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.28 |
| HSL | 345.11º | 0.57% | 0.46% | - |
| HSV(B) | 345.11º | 0.72% | 0.72% | - |
| XYZ | 22.55 | 13.2 | 9.75 | - |
| YUV | 94.53 | 122.06 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 84 | 0 | 0.72 | 0.54 | 0.28 | 345.11 | 0.57 | 0.46 |
| Hex | B8 | 33 | 54 | 0 | 48 | 36 | 1C | 159 | 39 | 2E |
| Octal | 270 | 63 | 124 | 0 | 110 | 66 | 34 | 531 | 71 | 56 |
| Binary | 10111000 | 110011 | 1010100 | 0 | 1001000 | 110110 | 11100 | 101011001 | 111001 | 101110 |
Color Harmonies of #B83354
Complementary color
Monochromatic Colors of #B83354
Black with #B83354
Text Example
Text Example
White with #B83354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83354; }
p { color: rgb(184,51,84); }
H1.HeaderClassName
{
color: #B83354;
}
.AnyTagClassName
{
color: #B83354;
}
</style>
background-color css
<style>
a { background-color: #B83354; }
a { background-color: rgb(184,51,84); }
div.DivClassName
{
background-color: #B83354;
}
.BgClassName
{
background-color: #B83354;
}
</style>
border-color css
<style>
span { border-color: #B83354; }
span { border-color: rgb(184,51,84); }
td.TdClassName
{
border-color: #B83354;
}
.TagClassName
{
border-color: #B83354;
}
</style>