Shades of Old Rose #B83C4D
Tints of Old Rose #B83C4D
RGB
CMYK
RGB Variations
Color information
#B83C4D (or 0xB83C4D) is known color: Old Rose. HEX triplet: B8, 3C and 4D. RGB value is (184,60,77). Sum of RGB (Red+Green+Blue) = 184+60+77=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83C4D is #47C3B2. Grayscale: #636363. Windows color (decimal): -4703155 or 5061816. OLE color: 5061816.
HSL color Cylindrical-coordinate representation of color #B83C4D: hue angle of 351.77º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83C4D is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 60 | 77 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.28 |
| HSL | 351.77º | 0.51% | 0.48% | - |
| HSV(B) | 351.77º | 0.67% | 0.72% | - |
| XYZ | 22.72 | 13.96 | 8.52 | - |
| YUV | 99.01 | 115.58 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 77 | 0 | 0.67 | 0.58 | 0.28 | 351.77 | 0.51 | 0.48 |
| Hex | B8 | 3C | 4D | 0 | 43 | 3A | 1C | 160 | 33 | 30 |
| Octal | 270 | 74 | 115 | 0 | 103 | 72 | 34 | 540 | 63 | 60 |
| Binary | 10111000 | 111100 | 1001101 | 0 | 1000011 | 111010 | 11100 | 101100000 | 110011 | 110000 |
Color Harmonies of #B83C4D
Complementary color
Monochromatic Colors of #B83C4D
Black with #B83C4D
Text Example
Text Example
White with #B83C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83C4D; }
p { color: rgb(184,60,77); }
H1.HeaderClassName
{
color: #B83C4D;
}
.AnyTagClassName
{
color: #B83C4D;
}
</style>
background-color css
<style>
a { background-color: #B83C4D; }
a { background-color: rgb(184,60,77); }
div.DivClassName
{
background-color: #B83C4D;
}
.BgClassName
{
background-color: #B83C4D;
}
</style>
border-color css
<style>
span { border-color: #B83C4D; }
span { border-color: rgb(184,60,77); }
td.TdClassName
{
border-color: #B83C4D;
}
.TagClassName
{
border-color: #B83C4D;
}
</style>