Shades of Old Rose #B83B4D
Tints of Old Rose #B83B4D
RGB
CMYK
RGB Variations
Color information
#B83B4D (or 0xB83B4D) is known color: Old Rose. HEX triplet: B8, 3B and 4D. RGB value is (184,59,77). Sum of RGB (Red+Green+Blue) = 184+59+77=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B4D is #47C4B2. Grayscale: #626262. Windows color (decimal): -4703411 or 5061560. OLE color: 5061560.
HSL color Cylindrical-coordinate representation of color #B83B4D: hue angle of 351.36º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83B4D is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 77 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.28 |
| HSL | 351.36º | 0.51% | 0.48% | - |
| HSV(B) | 351.36º | 0.68% | 0.72% | - |
| XYZ | 22.67 | 13.85 | 8.5 | - |
| YUV | 98.43 | 115.91 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 77 | 0 | 0.68 | 0.58 | 0.28 | 351.36 | 0.51 | 0.48 |
| Hex | B8 | 3B | 4D | 0 | 44 | 3A | 1C | 15F | 33 | 30 |
| Octal | 270 | 73 | 115 | 0 | 104 | 72 | 34 | 537 | 63 | 60 |
| Binary | 10111000 | 111011 | 1001101 | 0 | 1000100 | 111010 | 11100 | 101011111 | 110011 | 110000 |
Color Harmonies of #B83B4D
Complementary color
Monochromatic Colors of #B83B4D
Black with #B83B4D
Text Example
Text Example
White with #B83B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B4D; }
p { color: rgb(184,59,77); }
H1.HeaderClassName
{
color: #B83B4D;
}
.AnyTagClassName
{
color: #B83B4D;
}
</style>
background-color css
<style>
a { background-color: #B83B4D; }
a { background-color: rgb(184,59,77); }
div.DivClassName
{
background-color: #B83B4D;
}
.BgClassName
{
background-color: #B83B4D;
}
</style>
border-color css
<style>
span { border-color: #B83B4D; }
span { border-color: rgb(184,59,77); }
td.TdClassName
{
border-color: #B83B4D;
}
.TagClassName
{
border-color: #B83B4D;
}
</style>