Shades of Old Rose #B83E4D
Tints of Old Rose #B83E4D
RGB
CMYK
RGB Variations
Color information
#B83E4D (or 0xB83E4D) is known color: Old Rose. HEX triplet: B8, 3E and 4D. RGB value is (184,62,77). Sum of RGB (Red+Green+Blue) = 184+62+77=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83E4D is #47C1B2. Grayscale: #646464. Windows color (decimal): -4702643 or 5062328. OLE color: 5062328.
HSL color Cylindrical-coordinate representation of color #B83E4D: hue angle of 352.62º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B83E4D is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 62 | 77 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.28 |
| HSL | 352.62º | 0.5% | 0.48% | - |
| HSV(B) | 352.62º | 0.66% | 0.72% | - |
| XYZ | 22.83 | 14.17 | 8.55 | - |
| YUV | 100.19 | 114.92 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 62 | 77 | 0 | 0.66 | 0.58 | 0.28 | 352.62 | 0.5 | 0.48 |
| Hex | B8 | 3E | 4D | 0 | 42 | 3A | 1C | 161 | 32 | 30 |
| Octal | 270 | 76 | 115 | 0 | 102 | 72 | 34 | 541 | 62 | 60 |
| Binary | 10111000 | 111110 | 1001101 | 0 | 1000010 | 111010 | 11100 | 101100001 | 110010 | 110000 |
Color Harmonies of #B83E4D
Complementary color
Monochromatic Colors of #B83E4D
Black with #B83E4D
Text Example
Text Example
White with #B83E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83E4D; }
p { color: rgb(184,62,77); }
H1.HeaderClassName
{
color: #B83E4D;
}
.AnyTagClassName
{
color: #B83E4D;
}
</style>
background-color css
<style>
a { background-color: #B83E4D; }
a { background-color: rgb(184,62,77); }
div.DivClassName
{
background-color: #B83E4D;
}
.BgClassName
{
background-color: #B83E4D;
}
</style>
border-color css
<style>
span { border-color: #B83E4D; }
span { border-color: rgb(184,62,77); }
td.TdClassName
{
border-color: #B83E4D;
}
.TagClassName
{
border-color: #B83E4D;
}
</style>