Shades of Old Rose #B32F59
Tints of Old Rose #B32F59
RGB
CMYK
RGB Variations
Color information
#B32F59 (or 0xB32F59) is known color: Old Rose. HEX triplet: B3, 2F and 59. RGB value is (179,47,89). Sum of RGB (Red+Green+Blue) = 179+47+89=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32F59 is #4CD0A6. Grayscale: #5B5B5B. Windows color (decimal): -5034151 or 5844915. OLE color: 5844915.
HSL color Cylindrical-coordinate representation of color #B32F59: hue angle of 340.91º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32F59 is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 89 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.30 |
| HSL | 340.91º | 0.58% | 0.44% | - |
| HSV(B) | 340.91º | 0.74% | 0.7% | - |
| XYZ | 21.41 | 12.34 | 10.7 | - |
| YUV | 91.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 89 | 0 | 0.74 | 0.50 | 0.30 | 340.91 | 0.58 | 0.44 |
| Hex | B3 | 2F | 59 | 0 | 4A | 32 | 1E | 155 | 3A | 2C |
| Octal | 263 | 57 | 131 | 0 | 112 | 62 | 36 | 525 | 72 | 54 |
| Binary | 10110011 | 101111 | 1011001 | 0 | 1001010 | 110010 | 11110 | 101010101 | 111010 | 101100 |
Color Harmonies of #B32F59
Complementary color
Monochromatic Colors of #B32F59
Black with #B32F59
Text Example
Text Example
White with #B32F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F59; }
p { color: rgb(179,47,89); }
H1.HeaderClassName
{
color: #B32F59;
}
.AnyTagClassName
{
color: #B32F59;
}
</style>
background-color css
<style>
a { background-color: #B32F59; }
a { background-color: rgb(179,47,89); }
div.DivClassName
{
background-color: #B32F59;
}
.BgClassName
{
background-color: #B32F59;
}
</style>
border-color css
<style>
span { border-color: #B32F59; }
span { border-color: rgb(179,47,89); }
td.TdClassName
{
border-color: #B32F59;
}
.TagClassName
{
border-color: #B32F59;
}
</style>