Shades of Old Rose #B6255B
Tints of Old Rose #B6255B
RGB
CMYK
RGB Variations
Color information
#B6255B (or 0xB6255B) is known color: Old Rose. HEX triplet: B6, 25 and 5B. RGB value is (182,37,91). Sum of RGB (Red+Green+Blue) = 182+37+91=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B6255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6255B is #49DAA4. Grayscale: #565656. Windows color (decimal): -4840101 or 5973430. OLE color: 5973430.
HSL color Cylindrical-coordinate representation of color #B6255B: hue angle of 337.66º 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 #B6255B is Cyan = 0, Magento = 0.80, Yellow = 0.5 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 37 | 91 | - |
| CMYK | 0 | 0.80 | 0.5 | 0.29 |
| HSL | 337.66º | 0.66% | 0.43% | - |
| HSV(B) | 337.66º | 0.8% | 0.71% | - |
| XYZ | 21.84 | 12.02 | 11.07 | - |
| YUV | 86.51 | 130.54 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 37 | 91 | 0 | 0.80 | 0.5 | 0.29 | 337.66 | 0.66 | 0.43 |
| Hex | B6 | 25 | 5B | 0 | 50 | 32 | 1D | 152 | 42 | 2B |
| Octal | 266 | 45 | 133 | 0 | 120 | 62 | 35 | 522 | 102 | 53 |
| Binary | 10110110 | 100101 | 1011011 | 0 | 1010000 | 110010 | 11101 | 101010010 | 1000010 | 101011 |
Color Harmonies of #B6255B
Complementary color
Monochromatic Colors of #B6255B
Black with #B6255B
Text Example
Text Example
White with #B6255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6255B; }
p { color: rgb(182,37,91); }
H1.HeaderClassName
{
color: #B6255B;
}
.AnyTagClassName
{
color: #B6255B;
}
</style>
background-color css
<style>
a { background-color: #B6255B; }
a { background-color: rgb(182,37,91); }
div.DivClassName
{
background-color: #B6255B;
}
.BgClassName
{
background-color: #B6255B;
}
</style>
border-color css
<style>
span { border-color: #B6255B; }
span { border-color: rgb(182,37,91); }
td.TdClassName
{
border-color: #B6255B;
}
.TagClassName
{
border-color: #B6255B;
}
</style>