Shades of Old Rose #B6284D
Tints of Old Rose #B6284D
RGB
CMYK
RGB Variations
Color information
#B6284D (or 0xB6284D) is known color: Old Rose. HEX triplet: B6, 28 and 4D. RGB value is (182,40,77). Sum of RGB (Red+Green+Blue) = 182+40+77=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B6284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6284D is #49D7B2. Grayscale: #565656. Windows color (decimal): -4839347 or 5056694. OLE color: 5056694.
HSL color Cylindrical-coordinate representation of color #B6284D: hue angle of 344.37º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B6284D is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 77 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.29 |
| HSL | 344.37º | 0.64% | 0.44% | - |
| HSV(B) | 344.37º | 0.78% | 0.71% | - |
| XYZ | 21.39 | 12 | 8.21 | - |
| YUV | 86.68 | 122.54 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 77 | 0 | 0.78 | 0.58 | 0.29 | 344.37 | 0.64 | 0.44 |
| Hex | B6 | 28 | 4D | 0 | 4E | 3A | 1D | 158 | 40 | 2C |
| Octal | 266 | 50 | 115 | 0 | 116 | 72 | 35 | 530 | 100 | 54 |
| Binary | 10110110 | 101000 | 1001101 | 0 | 1001110 | 111010 | 11101 | 101011000 | 1000000 | 101100 |
Color Harmonies of #B6284D
Complementary color
Monochromatic Colors of #B6284D
Black with #B6284D
Text Example
Text Example
White with #B6284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6284D; }
p { color: rgb(182,40,77); }
H1.HeaderClassName
{
color: #B6284D;
}
.AnyTagClassName
{
color: #B6284D;
}
</style>
background-color css
<style>
a { background-color: #B6284D; }
a { background-color: rgb(182,40,77); }
div.DivClassName
{
background-color: #B6284D;
}
.BgClassName
{
background-color: #B6284D;
}
</style>
border-color css
<style>
span { border-color: #B6284D; }
span { border-color: rgb(182,40,77); }
td.TdClassName
{
border-color: #B6284D;
}
.TagClassName
{
border-color: #B6284D;
}
</style>