Shades of Old Rose #B82754
Tints of Old Rose #B82754
RGB
CMYK
RGB Variations
Color information
#B82754 (or 0xB82754) is known color: Old Rose. HEX triplet: B8, 27 and 54. RGB value is (184,39,84). Sum of RGB (Red+Green+Blue) = 184+39+84=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B82754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82754 is #47D8AB. Grayscale: #575757. Windows color (decimal): -4708524 or 5515192. OLE color: 5515192.
HSL color Cylindrical-coordinate representation of color #B82754: hue angle of 341.38º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82754 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 84 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.28 |
| HSL | 341.38º | 0.65% | 0.44% | - |
| HSV(B) | 341.38º | 0.79% | 0.72% | - |
| XYZ | 22.09 | 12.28 | 9.59 | - |
| YUV | 87.49 | 126.04 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 84 | 0 | 0.79 | 0.54 | 0.28 | 341.38 | 0.65 | 0.44 |
| Hex | B8 | 27 | 54 | 0 | 4F | 36 | 1C | 155 | 41 | 2C |
| Octal | 270 | 47 | 124 | 0 | 117 | 66 | 34 | 525 | 101 | 54 |
| Binary | 10111000 | 100111 | 1010100 | 0 | 1001111 | 110110 | 11100 | 101010101 | 1000001 | 101100 |
Color Harmonies of #B82754
Complementary color
Monochromatic Colors of #B82754
Black with #B82754
Text Example
Text Example
White with #B82754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82754; }
p { color: rgb(184,39,84); }
H1.HeaderClassName
{
color: #B82754;
}
.AnyTagClassName
{
color: #B82754;
}
</style>
background-color css
<style>
a { background-color: #B82754; }
a { background-color: rgb(184,39,84); }
div.DivClassName
{
background-color: #B82754;
}
.BgClassName
{
background-color: #B82754;
}
</style>
border-color css
<style>
span { border-color: #B82754; }
span { border-color: rgb(184,39,84); }
td.TdClassName
{
border-color: #B82754;
}
.TagClassName
{
border-color: #B82754;
}
</style>