Shades of Old Rose #B82543
Tints of Old Rose #B82543
RGB
CMYK
RGB Variations
Color information
#B82543 (or 0xB82543) is known color: Old Rose. HEX triplet: B8, 25 and 43. RGB value is (184,37,67). Sum of RGB (Red+Green+Blue) = 184+37+67=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B82543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82543 is #47DABC. Grayscale: #545454. Windows color (decimal): -4709053 or 4400568. OLE color: 4400568.
HSL color Cylindrical-coordinate representation of color #B82543: hue angle of 347.76º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82543 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 37 | 67 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.28 |
| HSL | 347.76º | 0.67% | 0.43% | - |
| HSV(B) | 347.76º | 0.8% | 0.72% | - |
| XYZ | 21.44 | 11.92 | 6.48 | - |
| YUV | 84.37 | 118.2 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 67 | 0 | 0.80 | 0.64 | 0.28 | 347.76 | 0.67 | 0.43 |
| Hex | B8 | 25 | 43 | 0 | 50 | 40 | 1C | 15C | 43 | 2B |
| Octal | 270 | 45 | 103 | 0 | 120 | 100 | 34 | 534 | 103 | 53 |
| Binary | 10111000 | 100101 | 1000011 | 0 | 1010000 | 1000000 | 11100 | 101011100 | 1000011 | 101011 |
Color Harmonies of #B82543
Complementary color
Monochromatic Colors of #B82543
Black with #B82543
Text Example
Text Example
White with #B82543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82543; }
p { color: rgb(184,37,67); }
H1.HeaderClassName
{
color: #B82543;
}
.AnyTagClassName
{
color: #B82543;
}
</style>
background-color css
<style>
a { background-color: #B82543; }
a { background-color: rgb(184,37,67); }
div.DivClassName
{
background-color: #B82543;
}
.BgClassName
{
background-color: #B82543;
}
</style>
border-color css
<style>
span { border-color: #B82543; }
span { border-color: rgb(184,37,67); }
td.TdClassName
{
border-color: #B82543;
}
.TagClassName
{
border-color: #B82543;
}
</style>