Shades of Old Rose #B33655
Tints of Old Rose #B33655
RGB
CMYK
RGB Variations
Color information
#B33655 (or 0xB33655) is known color: Old Rose. HEX triplet: B3, 36 and 55. RGB value is (179,54,85). Sum of RGB (Red+Green+Blue) = 179+54+85=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B33655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33655 is #4CC9AA. Grayscale: #5E5E5E. Windows color (decimal): -5032363 or 5584563. OLE color: 5584563.
HSL color Cylindrical-coordinate representation of color #B33655: hue angle of 345.12º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33655 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 85 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.30 |
| HSL | 345.12º | 0.54% | 0.46% | - |
| HSV(B) | 345.12º | 0.7% | 0.7% | - |
| XYZ | 21.55 | 12.88 | 9.94 | - |
| YUV | 94.91 | 122.41 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 85 | 0 | 0.70 | 0.53 | 0.30 | 345.12 | 0.54 | 0.46 |
| Hex | B3 | 36 | 55 | 0 | 46 | 35 | 1E | 159 | 36 | 2E |
| Octal | 263 | 66 | 125 | 0 | 106 | 65 | 36 | 531 | 66 | 56 |
| Binary | 10110011 | 110110 | 1010101 | 0 | 1000110 | 110101 | 11110 | 101011001 | 110110 | 101110 |
Color Harmonies of #B33655
Complementary color
Monochromatic Colors of #B33655
Black with #B33655
Text Example
Text Example
White with #B33655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33655; }
p { color: rgb(179,54,85); }
H1.HeaderClassName
{
color: #B33655;
}
.AnyTagClassName
{
color: #B33655;
}
</style>
background-color css
<style>
a { background-color: #B33655; }
a { background-color: rgb(179,54,85); }
div.DivClassName
{
background-color: #B33655;
}
.BgClassName
{
background-color: #B33655;
}
</style>
border-color css
<style>
span { border-color: #B33655; }
span { border-color: rgb(179,54,85); }
td.TdClassName
{
border-color: #B33655;
}
.TagClassName
{
border-color: #B33655;
}
</style>