Shades of Old Rose #B83649
Tints of Old Rose #B83649
RGB
CMYK
RGB Variations
Color information
#B83649 (or 0xB83649) is known color: Old Rose. HEX triplet: B8, 36 and 49. RGB value is (184,54,73). Sum of RGB (Red+Green+Blue) = 184+54+73=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B83649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83649 is #47C9B6. Grayscale: #5F5F5F. Windows color (decimal): -4704695 or 4798136. OLE color: 4798136.
HSL color Cylindrical-coordinate representation of color #B83649: hue angle of 351.23º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83649 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 73 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.28 |
| HSL | 351.23º | 0.55% | 0.47% | - |
| HSV(B) | 351.23º | 0.71% | 0.72% | - |
| XYZ | 22.29 | 13.31 | 7.7 | - |
| YUV | 95.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 73 | 0 | 0.71 | 0.60 | 0.28 | 351.23 | 0.55 | 0.47 |
| Hex | B8 | 36 | 49 | 0 | 47 | 3C | 1C | 15F | 37 | 2F |
| Octal | 270 | 66 | 111 | 0 | 107 | 74 | 34 | 537 | 67 | 57 |
| Binary | 10111000 | 110110 | 1001001 | 0 | 1000111 | 111100 | 11100 | 101011111 | 110111 | 101111 |
Color Harmonies of #B83649
Complementary color
Monochromatic Colors of #B83649
Black with #B83649
Text Example
Text Example
White with #B83649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83649; }
p { color: rgb(184,54,73); }
H1.HeaderClassName
{
color: #B83649;
}
.AnyTagClassName
{
color: #B83649;
}
</style>
background-color css
<style>
a { background-color: #B83649; }
a { background-color: rgb(184,54,73); }
div.DivClassName
{
background-color: #B83649;
}
.BgClassName
{
background-color: #B83649;
}
</style>
border-color css
<style>
span { border-color: #B83649; }
span { border-color: rgb(184,54,73); }
td.TdClassName
{
border-color: #B83649;
}
.TagClassName
{
border-color: #B83649;
}
</style>