Shades of Old Rose #B6205A
Tints of Old Rose #B6205A
RGB
CMYK
RGB Variations
Color information
#B6205A (or 0xB6205A) is known color: Old Rose. HEX triplet: B6, 20 and 5A. RGB value is (182,32,90). Sum of RGB (Red+Green+Blue) = 182+32+90=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B6205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6205A is #49DFA5. Grayscale: #535353. Windows color (decimal): -4841382 or 5906614. OLE color: 5906614.
HSL color Cylindrical-coordinate representation of color #B6205A: hue angle of 336.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6205A is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 90 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.29 |
| HSL | 336.8º | 0.7% | 0.42% | - |
| HSV(B) | 336.8º | 0.82% | 0.71% | - |
| XYZ | 21.65 | 11.72 | 10.79 | - |
| YUV | 83.46 | 131.7 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 90 | 0 | 0.82 | 0.51 | 0.29 | 336.8 | 0.7 | 0.42 |
| Hex | B6 | 20 | 5A | 0 | 52 | 33 | 1D | 151 | 46 | 2A |
| Octal | 266 | 40 | 132 | 0 | 122 | 63 | 35 | 521 | 106 | 52 |
| Binary | 10110110 | 100000 | 1011010 | 0 | 1010010 | 110011 | 11101 | 101010001 | 1000110 | 101010 |
Color Harmonies of #B6205A
Complementary color
Monochromatic Colors of #B6205A
Black with #B6205A
Text Example
Text Example
White with #B6205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6205A; }
p { color: rgb(182,32,90); }
H1.HeaderClassName
{
color: #B6205A;
}
.AnyTagClassName
{
color: #B6205A;
}
</style>
background-color css
<style>
a { background-color: #B6205A; }
a { background-color: rgb(182,32,90); }
div.DivClassName
{
background-color: #B6205A;
}
.BgClassName
{
background-color: #B6205A;
}
</style>
border-color css
<style>
span { border-color: #B6205A; }
span { border-color: rgb(182,32,90); }
td.TdClassName
{
border-color: #B6205A;
}
.TagClassName
{
border-color: #B6205A;
}
</style>