Shades of Old Rose #B6295C
Tints of Old Rose #B6295C
RGB
CMYK
RGB Variations
Color information
#B6295C (or 0xB6295C) is known color: Old Rose. HEX triplet: B6, 29 and 5C. RGB value is (182,41,92). Sum of RGB (Red+Green+Blue) = 182+41+92=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B6295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6295C is #49D6A3. Grayscale: #585858. Windows color (decimal): -4839076 or 6039990. OLE color: 6039990.
HSL color Cylindrical-coordinate representation of color #B6295C: hue angle of 338.3º 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 #B6295C is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 41 | 92 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.29 |
| HSL | 338.3º | 0.63% | 0.44% | - |
| HSV(B) | 338.3º | 0.77% | 0.71% | - |
| XYZ | 22.02 | 12.3 | 11.34 | - |
| YUV | 88.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 41 | 92 | 0 | 0.77 | 0.49 | 0.29 | 338.3 | 0.63 | 0.44 |
| Hex | B6 | 29 | 5C | 0 | 4D | 31 | 1D | 152 | 3F | 2C |
| Octal | 266 | 51 | 134 | 0 | 115 | 61 | 35 | 522 | 77 | 54 |
| Binary | 10110110 | 101001 | 1011100 | 0 | 1001101 | 110001 | 11101 | 101010010 | 111111 | 101100 |
Color Harmonies of #B6295C
Complementary color
Monochromatic Colors of #B6295C
Black with #B6295C
Text Example
Text Example
White with #B6295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6295C; }
p { color: rgb(182,41,92); }
H1.HeaderClassName
{
color: #B6295C;
}
.AnyTagClassName
{
color: #B6295C;
}
</style>
background-color css
<style>
a { background-color: #B6295C; }
a { background-color: rgb(182,41,92); }
div.DivClassName
{
background-color: #B6295C;
}
.BgClassName
{
background-color: #B6295C;
}
</style>
border-color css
<style>
span { border-color: #B6295C; }
span { border-color: rgb(182,41,92); }
td.TdClassName
{
border-color: #B6295C;
}
.TagClassName
{
border-color: #B6295C;
}
</style>