Shades of Old Rose #B32759
Tints of Old Rose #B32759
RGB
CMYK
RGB Variations
Color information
#B32759 (or 0xB32759) is known color: Old Rose. HEX triplet: B3, 27 and 59. RGB value is (179,39,89). Sum of RGB (Red+Green+Blue) = 179+39+89=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B32759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32759 is #4CD8A6. Grayscale: #565656. Windows color (decimal): -5036199 or 5842867. OLE color: 5842867.
HSL color Cylindrical-coordinate representation of color #B32759: hue angle of 338.57º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32759 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 39 | 89 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.30 |
| HSL | 338.57º | 0.64% | 0.43% | - |
| HSV(B) | 338.57º | 0.78% | 0.7% | - |
| XYZ | 21.12 | 11.76 | 10.61 | - |
| YUV | 86.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 89 | 0 | 0.78 | 0.50 | 0.30 | 338.57 | 0.64 | 0.43 |
| Hex | B3 | 27 | 59 | 0 | 4E | 32 | 1E | 153 | 40 | 2B |
| Octal | 263 | 47 | 131 | 0 | 116 | 62 | 36 | 523 | 100 | 53 |
| Binary | 10110011 | 100111 | 1011001 | 0 | 1001110 | 110010 | 11110 | 101010011 | 1000000 | 101011 |
Color Harmonies of #B32759
Complementary color
Monochromatic Colors of #B32759
Black with #B32759
Text Example
Text Example
White with #B32759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32759; }
p { color: rgb(179,39,89); }
H1.HeaderClassName
{
color: #B32759;
}
.AnyTagClassName
{
color: #B32759;
}
</style>
background-color css
<style>
a { background-color: #B32759; }
a { background-color: rgb(179,39,89); }
div.DivClassName
{
background-color: #B32759;
}
.BgClassName
{
background-color: #B32759;
}
</style>
border-color css
<style>
span { border-color: #B32759; }
span { border-color: rgb(179,39,89); }
td.TdClassName
{
border-color: #B32759;
}
.TagClassName
{
border-color: #B32759;
}
</style>