Shades of Old Rose #B83E48
Tints of Old Rose #B83E48
RGB
CMYK
RGB Variations
Color information
#B83E48 (or 0xB83E48) is known color: Old Rose. HEX triplet: B8, 3E and 48. RGB value is (184,62,72). Sum of RGB (Red+Green+Blue) = 184+62+72=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83E48 is #47C1B7. Grayscale: #636363. Windows color (decimal): -4702648 or 4734648. OLE color: 4734648.
HSL color Cylindrical-coordinate representation of color #B83E48: hue angle of 355.08º 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 #B83E48 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 62 | 72 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.28 |
| HSL | 355.08º | 0.5% | 0.48% | - |
| HSV(B) | 355.08º | 0.66% | 0.72% | - |
| XYZ | 22.66 | 14.1 | 7.66 | - |
| YUV | 99.62 | 112.42 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 62 | 72 | 0 | 0.66 | 0.61 | 0.28 | 355.08 | 0.5 | 0.48 |
| Hex | B8 | 3E | 48 | 0 | 42 | 3D | 1C | 163 | 32 | 30 |
| Octal | 270 | 76 | 110 | 0 | 102 | 75 | 34 | 543 | 62 | 60 |
| Binary | 10111000 | 111110 | 1001000 | 0 | 1000010 | 111101 | 11100 | 101100011 | 110010 | 110000 |
Color Harmonies of #B83E48
Complementary color
Monochromatic Colors of #B83E48
Black with #B83E48
Text Example
Text Example
White with #B83E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83E48; }
p { color: rgb(184,62,72); }
H1.HeaderClassName
{
color: #B83E48;
}
.AnyTagClassName
{
color: #B83E48;
}
</style>
background-color css
<style>
a { background-color: #B83E48; }
a { background-color: rgb(184,62,72); }
div.DivClassName
{
background-color: #B83E48;
}
.BgClassName
{
background-color: #B83E48;
}
</style>
border-color css
<style>
span { border-color: #B83E48; }
span { border-color: rgb(184,62,72); }
td.TdClassName
{
border-color: #B83E48;
}
.TagClassName
{
border-color: #B83E48;
}
</style>