Shades of Old Rose #B6294D
Tints of Old Rose #B6294D
RGB
CMYK
RGB Variations
Color information
#B6294D (or 0xB6294D) is known color: Old Rose. HEX triplet: B6, 29 and 4D. RGB value is (182,41,77). Sum of RGB (Red+Green+Blue) = 182+41+77=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B6294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6294D is #49D6B2. Grayscale: #575757. Windows color (decimal): -4839091 or 5056950. OLE color: 5056950.
HSL color Cylindrical-coordinate representation of color #B6294D: hue angle of 344.68º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6294D is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 41 | 77 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.29 |
| HSL | 344.68º | 0.63% | 0.44% | - |
| HSV(B) | 344.68º | 0.77% | 0.71% | - |
| XYZ | 21.42 | 12.07 | 8.22 | - |
| YUV | 87.26 | 122.21 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 41 | 77 | 0 | 0.77 | 0.58 | 0.29 | 344.68 | 0.63 | 0.44 |
| Hex | B6 | 29 | 4D | 0 | 4D | 3A | 1D | 159 | 3F | 2C |
| Octal | 266 | 51 | 115 | 0 | 115 | 72 | 35 | 531 | 77 | 54 |
| Binary | 10110110 | 101001 | 1001101 | 0 | 1001101 | 111010 | 11101 | 101011001 | 111111 | 101100 |
Color Harmonies of #B6294D
Complementary color
Monochromatic Colors of #B6294D
Black with #B6294D
Text Example
Text Example
White with #B6294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6294D; }
p { color: rgb(182,41,77); }
H1.HeaderClassName
{
color: #B6294D;
}
.AnyTagClassName
{
color: #B6294D;
}
</style>
background-color css
<style>
a { background-color: #B6294D; }
a { background-color: rgb(182,41,77); }
div.DivClassName
{
background-color: #B6294D;
}
.BgClassName
{
background-color: #B6294D;
}
</style>
border-color css
<style>
span { border-color: #B6294D; }
span { border-color: rgb(182,41,77); }
td.TdClassName
{
border-color: #B6294D;
}
.TagClassName
{
border-color: #B6294D;
}
</style>