Shades of Old Rose #B62656
Tints of Old Rose #B62656
RGB
CMYK
RGB Variations
Color information
#B62656 (or 0xB62656) is known color: Old Rose. HEX triplet: B6, 26 and 56. RGB value is (182,38,86). Sum of RGB (Red+Green+Blue) = 182+38+86=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B62656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62656 is #49D9A9. Grayscale: #565656. Windows color (decimal): -4839850 or 5646006. OLE color: 5646006.
HSL color Cylindrical-coordinate representation of color #B62656: hue angle of 340º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B62656 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 38 | 86 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.29 |
| HSL | 340º | 0.65% | 0.43% | - |
| HSV(B) | 340º | 0.79% | 0.71% | - |
| XYZ | 21.66 | 12 | 9.98 | - |
| YUV | 86.53 | 127.71 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 38 | 86 | 0 | 0.79 | 0.53 | 0.29 | 340 | 0.65 | 0.43 |
| Hex | B6 | 26 | 56 | 0 | 4F | 35 | 1D | 154 | 41 | 2B |
| Octal | 266 | 46 | 126 | 0 | 117 | 65 | 35 | 524 | 101 | 53 |
| Binary | 10110110 | 100110 | 1010110 | 0 | 1001111 | 110101 | 11101 | 101010100 | 1000001 | 101011 |
Color Harmonies of #B62656
Complementary color
Monochromatic Colors of #B62656
Black with #B62656
Text Example
Text Example
White with #B62656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62656; }
p { color: rgb(182,38,86); }
H1.HeaderClassName
{
color: #B62656;
}
.AnyTagClassName
{
color: #B62656;
}
</style>
background-color css
<style>
a { background-color: #B62656; }
a { background-color: rgb(182,38,86); }
div.DivClassName
{
background-color: #B62656;
}
.BgClassName
{
background-color: #B62656;
}
</style>
border-color css
<style>
span { border-color: #B62656; }
span { border-color: rgb(182,38,86); }
td.TdClassName
{
border-color: #B62656;
}
.TagClassName
{
border-color: #B62656;
}
</style>