Shades of Old Rose #B32B5A
Tints of Old Rose #B32B5A
RGB
CMYK
RGB Variations
Color information
#B32B5A (or 0xB32B5A) is known color: Old Rose. HEX triplet: B3, 2B and 5A. RGB value is (179,43,90). Sum of RGB (Red+Green+Blue) = 179+43+90=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32B5A is #4CD4A5. Grayscale: #585858. Windows color (decimal): -5035174 or 5909427. OLE color: 5909427.
HSL color Cylindrical-coordinate representation of color #B32B5A: hue angle of 339.26º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32B5A is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 90 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.30 |
| HSL | 339.26º | 0.61% | 0.44% | - |
| HSV(B) | 339.26º | 0.76% | 0.7% | - |
| XYZ | 21.3 | 12.05 | 10.88 | - |
| YUV | 89.02 | 128.56 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 90 | 0 | 0.76 | 0.50 | 0.30 | 339.26 | 0.61 | 0.44 |
| Hex | B3 | 2B | 5A | 0 | 4C | 32 | 1E | 153 | 3D | 2C |
| Octal | 263 | 53 | 132 | 0 | 114 | 62 | 36 | 523 | 75 | 54 |
| Binary | 10110011 | 101011 | 1011010 | 0 | 1001100 | 110010 | 11110 | 101010011 | 111101 | 101100 |
Color Harmonies of #B32B5A
Complementary color
Monochromatic Colors of #B32B5A
Black with #B32B5A
Text Example
Text Example
White with #B32B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B5A; }
p { color: rgb(179,43,90); }
H1.HeaderClassName
{
color: #B32B5A;
}
.AnyTagClassName
{
color: #B32B5A;
}
</style>
background-color css
<style>
a { background-color: #B32B5A; }
a { background-color: rgb(179,43,90); }
div.DivClassName
{
background-color: #B32B5A;
}
.BgClassName
{
background-color: #B32B5A;
}
</style>
border-color css
<style>
span { border-color: #B32B5A; }
span { border-color: rgb(179,43,90); }
td.TdClassName
{
border-color: #B32B5A;
}
.TagClassName
{
border-color: #B32B5A;
}
</style>