Shades of Old Rose #B6184D
Tints of Old Rose #B6184D
RGB
CMYK
RGB Variations
Color information
#B6184D (or 0xB6184D) is known color: Old Rose. HEX triplet: B6, 18 and 4D. RGB value is (182,24,77). Sum of RGB (Red+Green+Blue) = 182+24+77=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B6184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6184D is #49E7B2. Grayscale: #4D4D4D. Windows color (decimal): -4843443 or 5052598. OLE color: 5052598.
HSL color Cylindrical-coordinate representation of color #B6184D: hue angle of 339.87º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B6184D is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 24 | 77 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.29 |
| HSL | 339.87º | 0.77% | 0.4% | - |
| HSV(B) | 339.87º | 0.87% | 0.71% | - |
| XYZ | 20.96 | 11.13 | 8.07 | - |
| YUV | 77.28 | 127.85 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 24 | 77 | 0 | 0.87 | 0.58 | 0.29 | 339.87 | 0.77 | 0.4 |
| Hex | B6 | 18 | 4D | 0 | 57 | 3A | 1D | 154 | 4D | 28 |
| Octal | 266 | 30 | 115 | 0 | 127 | 72 | 35 | 524 | 115 | 50 |
| Binary | 10110110 | 11000 | 1001101 | 0 | 1010111 | 111010 | 11101 | 101010100 | 1001101 | 101000 |
Color Harmonies of #B6184D
Complementary color
Monochromatic Colors of #B6184D
Black with #B6184D
Text Example
Text Example
White with #B6184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6184D; }
p { color: rgb(182,24,77); }
H1.HeaderClassName
{
color: #B6184D;
}
.AnyTagClassName
{
color: #B6184D;
}
</style>
background-color css
<style>
a { background-color: #B6184D; }
a { background-color: rgb(182,24,77); }
div.DivClassName
{
background-color: #B6184D;
}
.BgClassName
{
background-color: #B6184D;
}
</style>
border-color css
<style>
span { border-color: #B6184D; }
span { border-color: rgb(182,24,77); }
td.TdClassName
{
border-color: #B6184D;
}
.TagClassName
{
border-color: #B6184D;
}
</style>