Shades of Old Rose #B0275A
Tints of Old Rose #B0275A
RGB
CMYK
RGB Variations
Color information
#B0275A (or 0xB0275A) is known color: Old Rose. HEX triplet: B0, 27 and 5A. RGB value is (176,39,90). Sum of RGB (Red+Green+Blue) = 176+39+90=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0275A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0275A is #4FD8A5. Grayscale: #555555. Windows color (decimal): -5232806 or 5908400. OLE color: 5908400.
HSL color Cylindrical-coordinate representation of color #B0275A: hue angle of 337.66º 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 #B0275A is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 90 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.31 |
| HSL | 337.66º | 0.64% | 0.42% | - |
| HSV(B) | 337.66º | 0.78% | 0.69% | - |
| XYZ | 20.48 | 11.42 | 10.8 | - |
| YUV | 85.78 | 130.39 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 90 | 0 | 0.78 | 0.49 | 0.31 | 337.66 | 0.64 | 0.42 |
| Hex | B0 | 27 | 5A | 0 | 4E | 31 | 1F | 152 | 40 | 2A |
| Octal | 260 | 47 | 132 | 0 | 116 | 61 | 37 | 522 | 100 | 52 |
| Binary | 10110000 | 100111 | 1011010 | 0 | 1001110 | 110001 | 11111 | 101010010 | 1000000 | 101010 |
Color Harmonies of #B0275A
Complementary color
Monochromatic Colors of #B0275A
Black with #B0275A
Text Example
Text Example
White with #B0275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0275A; }
p { color: rgb(176,39,90); }
H1.HeaderClassName
{
color: #B0275A;
}
.AnyTagClassName
{
color: #B0275A;
}
</style>
background-color css
<style>
a { background-color: #B0275A; }
a { background-color: rgb(176,39,90); }
div.DivClassName
{
background-color: #B0275A;
}
.BgClassName
{
background-color: #B0275A;
}
</style>
border-color css
<style>
span { border-color: #B0275A; }
span { border-color: rgb(176,39,90); }
td.TdClassName
{
border-color: #B0275A;
}
.TagClassName
{
border-color: #B0275A;
}
</style>