Shades of Old Rose #B91E4B
Tints of Old Rose #B91E4B
RGB
CMYK
RGB Variations
Color information
#B91E4B (or 0xB91E4B) is known color: Old Rose. HEX triplet: B9, 1E and 4B. RGB value is (185,30,75). Sum of RGB (Red+Green+Blue) = 185+30+75=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91E4B is #46E1B4. Grayscale: #515151. Windows color (decimal): -4645301 or 4923065. OLE color: 4923065.
HSL color Cylindrical-coordinate representation of color #B91E4B: hue angle of 342.58º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91E4B is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 30 | 75 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.27 |
| HSL | 342.58º | 0.72% | 0.42% | - |
| HSV(B) | 342.58º | 0.84% | 0.73% | - |
| XYZ | 21.74 | 11.75 | 7.78 | - |
| YUV | 81.48 | 124.35 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 75 | 0 | 0.84 | 0.59 | 0.27 | 342.58 | 0.72 | 0.42 |
| Hex | B9 | 1E | 4B | 0 | 54 | 3B | 1B | 157 | 48 | 2A |
| Octal | 271 | 36 | 113 | 0 | 124 | 73 | 33 | 527 | 110 | 52 |
| Binary | 10111001 | 11110 | 1001011 | 0 | 1010100 | 111011 | 11011 | 101010111 | 1001000 | 101010 |
Color Harmonies of #B91E4B
Complementary color
Monochromatic Colors of #B91E4B
Black with #B91E4B
Text Example
Text Example
White with #B91E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91E4B; }
p { color: rgb(185,30,75); }
H1.HeaderClassName
{
color: #B91E4B;
}
.AnyTagClassName
{
color: #B91E4B;
}
</style>
background-color css
<style>
a { background-color: #B91E4B; }
a { background-color: rgb(185,30,75); }
div.DivClassName
{
background-color: #B91E4B;
}
.BgClassName
{
background-color: #B91E4B;
}
</style>
border-color css
<style>
span { border-color: #B91E4B; }
span { border-color: rgb(185,30,75); }
td.TdClassName
{
border-color: #B91E4B;
}
.TagClassName
{
border-color: #B91E4B;
}
</style>