Shades of Old Rose #B6254D
Tints of Old Rose #B6254D
RGB
CMYK
RGB Variations
Color information
#B6254D (or 0xB6254D) is known color: Old Rose. HEX triplet: B6, 25 and 4D. RGB value is (182,37,77). Sum of RGB (Red+Green+Blue) = 182+37+77=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B6254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6254D is #49DAB2. Grayscale: #545454. Windows color (decimal): -4840115 or 5055926. OLE color: 5055926.
HSL color Cylindrical-coordinate representation of color #B6254D: hue angle of 343.45º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6254D is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 37 | 77 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.29 |
| HSL | 343.45º | 0.66% | 0.43% | - |
| HSV(B) | 343.45º | 0.8% | 0.71% | - |
| XYZ | 21.29 | 11.8 | 8.18 | - |
| YUV | 84.92 | 123.54 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 37 | 77 | 0 | 0.80 | 0.58 | 0.29 | 343.45 | 0.66 | 0.43 |
| Hex | B6 | 25 | 4D | 0 | 50 | 3A | 1D | 157 | 42 | 2B |
| Octal | 266 | 45 | 115 | 0 | 120 | 72 | 35 | 527 | 102 | 53 |
| Binary | 10110110 | 100101 | 1001101 | 0 | 1010000 | 111010 | 11101 | 101010111 | 1000010 | 101011 |
Color Harmonies of #B6254D
Complementary color
Monochromatic Colors of #B6254D
Black with #B6254D
Text Example
Text Example
White with #B6254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6254D; }
p { color: rgb(182,37,77); }
H1.HeaderClassName
{
color: #B6254D;
}
.AnyTagClassName
{
color: #B6254D;
}
</style>
background-color css
<style>
a { background-color: #B6254D; }
a { background-color: rgb(182,37,77); }
div.DivClassName
{
background-color: #B6254D;
}
.BgClassName
{
background-color: #B6254D;
}
</style>
border-color css
<style>
span { border-color: #B6254D; }
span { border-color: rgb(182,37,77); }
td.TdClassName
{
border-color: #B6254D;
}
.TagClassName
{
border-color: #B6254D;
}
</style>