Shades of Old Rose #B1334B
Tints of Old Rose #B1334B
RGB
CMYK
RGB Variations
Color information
#B1334B (or 0xB1334B) is known color: Old Rose. HEX triplet: B1, 33 and 4B. RGB value is (177,51,75). Sum of RGB (Red+Green+Blue) = 177+51+75=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1334B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1334B is #4ECCB4. Grayscale: #5B5B5B. Windows color (decimal): -5164213 or 4928433. OLE color: 4928433.
HSL color Cylindrical-coordinate representation of color #B1334B: hue angle of 348.57º 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 #B1334B is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 75 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.31 |
| HSL | 348.57º | 0.55% | 0.45% | - |
| HSV(B) | 348.57º | 0.71% | 0.69% | - |
| XYZ | 20.59 | 12.22 | 7.93 | - |
| YUV | 91.41 | 118.74 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 75 | 0 | 0.71 | 0.58 | 0.31 | 348.57 | 0.55 | 0.45 |
| Hex | B1 | 33 | 4B | 0 | 47 | 3A | 1F | 15D | 37 | 2D |
| Octal | 261 | 63 | 113 | 0 | 107 | 72 | 37 | 535 | 67 | 55 |
| Binary | 10110001 | 110011 | 1001011 | 0 | 1000111 | 111010 | 11111 | 101011101 | 110111 | 101101 |
Color Harmonies of #B1334B
Complementary color
Monochromatic Colors of #B1334B
Black with #B1334B
Text Example
Text Example
White with #B1334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1334B; }
p { color: rgb(177,51,75); }
H1.HeaderClassName
{
color: #B1334B;
}
.AnyTagClassName
{
color: #B1334B;
}
</style>
background-color css
<style>
a { background-color: #B1334B; }
a { background-color: rgb(177,51,75); }
div.DivClassName
{
background-color: #B1334B;
}
.BgClassName
{
background-color: #B1334B;
}
</style>
border-color css
<style>
span { border-color: #B1334B; }
span { border-color: rgb(177,51,75); }
td.TdClassName
{
border-color: #B1334B;
}
.TagClassName
{
border-color: #B1334B;
}
</style>