Shades of Old Rose #B1364F
Tints of Old Rose #B1364F
RGB
CMYK
RGB Variations
Color information
#B1364F (or 0xB1364F) is known color: Old Rose. HEX triplet: B1, 36 and 4F. RGB value is (177,54,79). Sum of RGB (Red+Green+Blue) = 177+54+79=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B1364F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1364F is #4EC9B0. Grayscale: #5D5D5D. Windows color (decimal): -5163441 or 5191345. OLE color: 5191345.
HSL color Cylindrical-coordinate representation of color #B1364F: hue angle of 347.8º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1364F is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 79 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.31 |
| HSL | 347.8º | 0.53% | 0.45% | - |
| HSV(B) | 347.8º | 0.69% | 0.69% | - |
| XYZ | 20.86 | 12.55 | 8.72 | - |
| YUV | 93.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 79 | 0 | 0.69 | 0.55 | 0.31 | 347.8 | 0.53 | 0.45 |
| Hex | B1 | 36 | 4F | 0 | 45 | 37 | 1F | 15C | 35 | 2D |
| Octal | 261 | 66 | 117 | 0 | 105 | 67 | 37 | 534 | 65 | 55 |
| Binary | 10110001 | 110110 | 1001111 | 0 | 1000101 | 110111 | 11111 | 101011100 | 110101 | 101101 |
Color Harmonies of #B1364F
Complementary color
Monochromatic Colors of #B1364F
Black with #B1364F
Text Example
Text Example
White with #B1364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1364F; }
p { color: rgb(177,54,79); }
H1.HeaderClassName
{
color: #B1364F;
}
.AnyTagClassName
{
color: #B1364F;
}
</style>
background-color css
<style>
a { background-color: #B1364F; }
a { background-color: rgb(177,54,79); }
div.DivClassName
{
background-color: #B1364F;
}
.BgClassName
{
background-color: #B1364F;
}
</style>
border-color css
<style>
span { border-color: #B1364F; }
span { border-color: rgb(177,54,79); }
td.TdClassName
{
border-color: #B1364F;
}
.TagClassName
{
border-color: #B1364F;
}
</style>