Shades of Old Rose #B83A4D
Tints of Old Rose #B83A4D
RGB
CMYK
RGB Variations
Color information
#B83A4D (or 0xB83A4D) is known color: Old Rose. HEX triplet: B8, 3A and 4D. RGB value is (184,58,77). Sum of RGB (Red+Green+Blue) = 184+58+77=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83A4D is #47C5B2. Grayscale: #616161. Windows color (decimal): -4703667 or 5061304. OLE color: 5061304.
HSL color Cylindrical-coordinate representation of color #B83A4D: hue angle of 350.95º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83A4D is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 77 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.28 |
| HSL | 350.95º | 0.52% | 0.47% | - |
| HSV(B) | 350.95º | 0.68% | 0.72% | - |
| XYZ | 22.62 | 13.75 | 8.48 | - |
| YUV | 97.84 | 116.24 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 77 | 0 | 0.68 | 0.58 | 0.28 | 350.95 | 0.52 | 0.47 |
| Hex | B8 | 3A | 4D | 0 | 44 | 3A | 1C | 15F | 34 | 2F |
| Octal | 270 | 72 | 115 | 0 | 104 | 72 | 34 | 537 | 64 | 57 |
| Binary | 10111000 | 111010 | 1001101 | 0 | 1000100 | 111010 | 11100 | 101011111 | 110100 | 101111 |
Color Harmonies of #B83A4D
Complementary color
Monochromatic Colors of #B83A4D
Black with #B83A4D
Text Example
Text Example
White with #B83A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83A4D; }
p { color: rgb(184,58,77); }
H1.HeaderClassName
{
color: #B83A4D;
}
.AnyTagClassName
{
color: #B83A4D;
}
</style>
background-color css
<style>
a { background-color: #B83A4D; }
a { background-color: rgb(184,58,77); }
div.DivClassName
{
background-color: #B83A4D;
}
.BgClassName
{
background-color: #B83A4D;
}
</style>
border-color css
<style>
span { border-color: #B83A4D; }
span { border-color: rgb(184,58,77); }
td.TdClassName
{
border-color: #B83A4D;
}
.TagClassName
{
border-color: #B83A4D;
}
</style>