Shades of Old Rose #B1234D
Tints of Old Rose #B1234D
RGB
CMYK
RGB Variations
Color information
#B1234D (or 0xB1234D) is known color: Old Rose. HEX triplet: B1, 23 and 4D. RGB value is (177,35,77). Sum of RGB (Red+Green+Blue) = 177+35+77=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B1234D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1234D is #4EDCB2. Grayscale: #525252. Windows color (decimal): -5168307 or 5055409. OLE color: 5055409.
HSL color Cylindrical-coordinate representation of color #B1234D: hue angle of 342.25º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1234D is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 77 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.31 |
| HSL | 342.25º | 0.67% | 0.42% | - |
| HSV(B) | 342.25º | 0.8% | 0.69% | - |
| XYZ | 20.07 | 11.09 | 8.1 | - |
| YUV | 82.25 | 125.04 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 77 | 0 | 0.80 | 0.56 | 0.31 | 342.25 | 0.67 | 0.42 |
| Hex | B1 | 23 | 4D | 0 | 50 | 38 | 1F | 156 | 43 | 2A |
| Octal | 261 | 43 | 115 | 0 | 120 | 70 | 37 | 526 | 103 | 52 |
| Binary | 10110001 | 100011 | 1001101 | 0 | 1010000 | 111000 | 11111 | 101010110 | 1000011 | 101010 |
Color Harmonies of #B1234D
Complementary color
Monochromatic Colors of #B1234D
Black with #B1234D
Text Example
Text Example
White with #B1234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1234D; }
p { color: rgb(177,35,77); }
H1.HeaderClassName
{
color: #B1234D;
}
.AnyTagClassName
{
color: #B1234D;
}
</style>
background-color css
<style>
a { background-color: #B1234D; }
a { background-color: rgb(177,35,77); }
div.DivClassName
{
background-color: #B1234D;
}
.BgClassName
{
background-color: #B1234D;
}
</style>
border-color css
<style>
span { border-color: #B1234D; }
span { border-color: rgb(177,35,77); }
td.TdClassName
{
border-color: #B1234D;
}
.TagClassName
{
border-color: #B1234D;
}
</style>