Shades of Old Rose #B1344D
Tints of Old Rose #B1344D
RGB
CMYK
RGB Variations
Color information
#B1344D (or 0xB1344D) is known color: Old Rose. HEX triplet: B1, 34 and 4D. RGB value is (177,52,77). Sum of RGB (Red+Green+Blue) = 177+52+77=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1344D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1344D is #4ECBB2. Grayscale: #5C5C5C. Windows color (decimal): -5163955 or 5059761. OLE color: 5059761.
HSL color Cylindrical-coordinate representation of color #B1344D: hue angle of 348º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1344D is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 52 | 77 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.31 |
| HSL | 348º | 0.55% | 0.45% | - |
| HSV(B) | 348º | 0.71% | 0.69% | - |
| XYZ | 20.7 | 12.34 | 8.31 | - |
| YUV | 92.23 | 119.41 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 77 | 0 | 0.71 | 0.56 | 0.31 | 348 | 0.55 | 0.45 |
| Hex | B1 | 34 | 4D | 0 | 47 | 38 | 1F | 15C | 37 | 2D |
| Octal | 261 | 64 | 115 | 0 | 107 | 70 | 37 | 534 | 67 | 55 |
| Binary | 10110001 | 110100 | 1001101 | 0 | 1000111 | 111000 | 11111 | 101011100 | 110111 | 101101 |
Color Harmonies of #B1344D
Complementary color
Monochromatic Colors of #B1344D
Black with #B1344D
Text Example
Text Example
White with #B1344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1344D; }
p { color: rgb(177,52,77); }
H1.HeaderClassName
{
color: #B1344D;
}
.AnyTagClassName
{
color: #B1344D;
}
</style>
background-color css
<style>
a { background-color: #B1344D; }
a { background-color: rgb(177,52,77); }
div.DivClassName
{
background-color: #B1344D;
}
.BgClassName
{
background-color: #B1344D;
}
</style>
border-color css
<style>
span { border-color: #B1344D; }
span { border-color: rgb(177,52,77); }
td.TdClassName
{
border-color: #B1344D;
}
.TagClassName
{
border-color: #B1344D;
}
</style>