Shades of Old Rose #B1324E
Tints of Old Rose #B1324E
RGB
CMYK
RGB Variations
Color information
#B1324E (or 0xB1324E) is known color: Old Rose. HEX triplet: B1, 32 and 4E. RGB value is (177,50,78). Sum of RGB (Red+Green+Blue) = 177+50+78=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B1324E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1324E is #4ECDB1. Grayscale: #5B5B5B. Windows color (decimal): -5164466 or 5124785. OLE color: 5124785.
HSL color Cylindrical-coordinate representation of color #B1324E: hue angle of 346.77º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1324E is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 78 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.31 |
| HSL | 346.77º | 0.56% | 0.45% | - |
| HSV(B) | 346.77º | 0.72% | 0.69% | - |
| XYZ | 20.65 | 12.18 | 8.47 | - |
| YUV | 91.17 | 120.58 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 78 | 0 | 0.72 | 0.56 | 0.31 | 346.77 | 0.56 | 0.45 |
| Hex | B1 | 32 | 4E | 0 | 48 | 38 | 1F | 15B | 38 | 2D |
| Octal | 261 | 62 | 116 | 0 | 110 | 70 | 37 | 533 | 70 | 55 |
| Binary | 10110001 | 110010 | 1001110 | 0 | 1001000 | 111000 | 11111 | 101011011 | 111000 | 101101 |
Color Harmonies of #B1324E
Complementary color
Monochromatic Colors of #B1324E
Black with #B1324E
Text Example
Text Example
White with #B1324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1324E; }
p { color: rgb(177,50,78); }
H1.HeaderClassName
{
color: #B1324E;
}
.AnyTagClassName
{
color: #B1324E;
}
</style>
background-color css
<style>
a { background-color: #B1324E; }
a { background-color: rgb(177,50,78); }
div.DivClassName
{
background-color: #B1324E;
}
.BgClassName
{
background-color: #B1324E;
}
</style>
border-color css
<style>
span { border-color: #B1324E; }
span { border-color: rgb(177,50,78); }
td.TdClassName
{
border-color: #B1324E;
}
.TagClassName
{
border-color: #B1324E;
}
</style>