Shades of Old Rose #B0275B
Tints of Old Rose #B0275B
RGB
CMYK
RGB Variations
Color information
#B0275B (or 0xB0275B) is known color: Old Rose. HEX triplet: B0, 27 and 5B. RGB value is (176,39,91). Sum of RGB (Red+Green+Blue) = 176+39+91=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B0275B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0275B is #4FD8A4. Grayscale: #555555. Windows color (decimal): -5232805 or 5973936. OLE color: 5973936.
HSL color Cylindrical-coordinate representation of color #B0275B: hue angle of 337.23º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0275B is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 91 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.31 |
| HSL | 337.23º | 0.64% | 0.42% | - |
| HSV(B) | 337.23º | 0.78% | 0.69% | - |
| XYZ | 20.52 | 11.44 | 11.02 | - |
| YUV | 85.89 | 130.89 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 91 | 0 | 0.78 | 0.48 | 0.31 | 337.23 | 0.64 | 0.42 |
| Hex | B0 | 27 | 5B | 0 | 4E | 30 | 1F | 151 | 40 | 2A |
| Octal | 260 | 47 | 133 | 0 | 116 | 60 | 37 | 521 | 100 | 52 |
| Binary | 10110000 | 100111 | 1011011 | 0 | 1001110 | 110000 | 11111 | 101010001 | 1000000 | 101010 |
Color Harmonies of #B0275B
Complementary color
Monochromatic Colors of #B0275B
Black with #B0275B
Text Example
Text Example
White with #B0275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0275B; }
p { color: rgb(176,39,91); }
H1.HeaderClassName
{
color: #B0275B;
}
.AnyTagClassName
{
color: #B0275B;
}
</style>
background-color css
<style>
a { background-color: #B0275B; }
a { background-color: rgb(176,39,91); }
div.DivClassName
{
background-color: #B0275B;
}
.BgClassName
{
background-color: #B0275B;
}
</style>
border-color css
<style>
span { border-color: #B0275B; }
span { border-color: rgb(176,39,91); }
td.TdClassName
{
border-color: #B0275B;
}
.TagClassName
{
border-color: #B0275B;
}
</style>