Shades of Old Rose #B32F56
Tints of Old Rose #B32F56
RGB
CMYK
RGB Variations
Color information
#B32F56 (or 0xB32F56) is known color: Old Rose. HEX triplet: B3, 2F and 56. RGB value is (179,47,86). Sum of RGB (Red+Green+Blue) = 179+47+86=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32F56 is #4CD0A9. Grayscale: #5A5A5A. Windows color (decimal): -5034154 or 5648307. OLE color: 5648307.
HSL color Cylindrical-coordinate representation of color #B32F56: hue angle of 342.27º 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 #B32F56 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 86 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.30 |
| HSL | 342.27º | 0.58% | 0.44% | - |
| HSV(B) | 342.27º | 0.74% | 0.7% | - |
| XYZ | 21.29 | 12.29 | 10.05 | - |
| YUV | 90.91 | 125.23 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 86 | 0 | 0.74 | 0.52 | 0.30 | 342.27 | 0.58 | 0.44 |
| Hex | B3 | 2F | 56 | 0 | 4A | 34 | 1E | 156 | 3A | 2C |
| Octal | 263 | 57 | 126 | 0 | 112 | 64 | 36 | 526 | 72 | 54 |
| Binary | 10110011 | 101111 | 1010110 | 0 | 1001010 | 110100 | 11110 | 101010110 | 111010 | 101100 |
Color Harmonies of #B32F56
Complementary color
Monochromatic Colors of #B32F56
Black with #B32F56
Text Example
Text Example
White with #B32F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F56; }
p { color: rgb(179,47,86); }
H1.HeaderClassName
{
color: #B32F56;
}
.AnyTagClassName
{
color: #B32F56;
}
</style>
background-color css
<style>
a { background-color: #B32F56; }
a { background-color: rgb(179,47,86); }
div.DivClassName
{
background-color: #B32F56;
}
.BgClassName
{
background-color: #B32F56;
}
</style>
border-color css
<style>
span { border-color: #B32F56; }
span { border-color: rgb(179,47,86); }
td.TdClassName
{
border-color: #B32F56;
}
.TagClassName
{
border-color: #B32F56;
}
</style>