Shades of Old Rose #B0265A
Tints of Old Rose #B0265A
RGB
CMYK
RGB Variations
Color information
#B0265A (or 0xB0265A) is known color: Old Rose. HEX triplet: B0, 26 and 5A. RGB value is (176,38,90). Sum of RGB (Red+Green+Blue) = 176+38+90=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0265A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0265A is #4FD9A5. Grayscale: #555555. Windows color (decimal): -5233062 or 5908144. OLE color: 5908144.
HSL color Cylindrical-coordinate representation of color #B0265A: hue angle of 337.39º 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 #B0265A is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 90 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.31 |
| HSL | 337.39º | 0.64% | 0.42% | - |
| HSV(B) | 337.39º | 0.78% | 0.69% | - |
| XYZ | 20.44 | 11.35 | 10.79 | - |
| YUV | 85.19 | 130.72 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 90 | 0 | 0.78 | 0.49 | 0.31 | 337.39 | 0.64 | 0.42 |
| Hex | B0 | 26 | 5A | 0 | 4E | 31 | 1F | 151 | 40 | 2A |
| Octal | 260 | 46 | 132 | 0 | 116 | 61 | 37 | 521 | 100 | 52 |
| Binary | 10110000 | 100110 | 1011010 | 0 | 1001110 | 110001 | 11111 | 101010001 | 1000000 | 101010 |
Color Harmonies of #B0265A
Complementary color
Monochromatic Colors of #B0265A
Black with #B0265A
Text Example
Text Example
White with #B0265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0265A; }
p { color: rgb(176,38,90); }
H1.HeaderClassName
{
color: #B0265A;
}
.AnyTagClassName
{
color: #B0265A;
}
</style>
background-color css
<style>
a { background-color: #B0265A; }
a { background-color: rgb(176,38,90); }
div.DivClassName
{
background-color: #B0265A;
}
.BgClassName
{
background-color: #B0265A;
}
</style>
border-color css
<style>
span { border-color: #B0265A; }
span { border-color: rgb(176,38,90); }
td.TdClassName
{
border-color: #B0265A;
}
.TagClassName
{
border-color: #B0265A;
}
</style>