Shades of Old Rose #B81B4B
Tints of Old Rose #B81B4B
RGB
CMYK
RGB Variations
Color information
#B81B4B (or 0xB81B4B) is known color: Old Rose. HEX triplet: B8, 1B and 4B. RGB value is (184,27,75). Sum of RGB (Red+Green+Blue) = 184+27+75=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81B4B is #47E4B4. Grayscale: #4F4F4F. Windows color (decimal): -4711605 or 4922296. OLE color: 4922296.
HSL color Cylindrical-coordinate representation of color #B81B4B: hue angle of 341.66º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81B4B is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 75 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.28 |
| HSL | 341.66º | 0.74% | 0.41% | - |
| HSV(B) | 341.66º | 0.85% | 0.72% | - |
| XYZ | 21.43 | 11.48 | 7.74 | - |
| YUV | 79.42 | 125.51 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 75 | 0 | 0.85 | 0.59 | 0.28 | 341.66 | 0.74 | 0.41 |
| Hex | B8 | 1B | 4B | 0 | 55 | 3B | 1C | 156 | 4A | 29 |
| Octal | 270 | 33 | 113 | 0 | 125 | 73 | 34 | 526 | 112 | 51 |
| Binary | 10111000 | 11011 | 1001011 | 0 | 1010101 | 111011 | 11100 | 101010110 | 1001010 | 101001 |
Color Harmonies of #B81B4B
Complementary color
Monochromatic Colors of #B81B4B
Black with #B81B4B
Text Example
Text Example
White with #B81B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81B4B; }
p { color: rgb(184,27,75); }
H1.HeaderClassName
{
color: #B81B4B;
}
.AnyTagClassName
{
color: #B81B4B;
}
</style>
background-color css
<style>
a { background-color: #B81B4B; }
a { background-color: rgb(184,27,75); }
div.DivClassName
{
background-color: #B81B4B;
}
.BgClassName
{
background-color: #B81B4B;
}
</style>
border-color css
<style>
span { border-color: #B81B4B; }
span { border-color: rgb(184,27,75); }
td.TdClassName
{
border-color: #B81B4B;
}
.TagClassName
{
border-color: #B81B4B;
}
</style>