Shades of Old Rose #B8255A
Tints of Old Rose #B8255A
RGB
CMYK
RGB Variations
Color information
#B8255A (or 0xB8255A) is known color: Old Rose. HEX triplet: B8, 25 and 5A. RGB value is (184,37,90). Sum of RGB (Red+Green+Blue) = 184+37+90=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8255A is #47DAA5. Grayscale: #565656. Windows color (decimal): -4709030 or 5907896. OLE color: 5907896.
HSL color Cylindrical-coordinate representation of color #B8255A: hue angle of 338.37º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8255A is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 37 | 90 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.28 |
| HSL | 338.37º | 0.67% | 0.43% | - |
| HSV(B) | 338.37º | 0.8% | 0.72% | - |
| XYZ | 22.27 | 12.25 | 10.86 | - |
| YUV | 87 | 129.7 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 90 | 0 | 0.80 | 0.51 | 0.28 | 338.37 | 0.67 | 0.43 |
| Hex | B8 | 25 | 5A | 0 | 50 | 33 | 1C | 152 | 43 | 2B |
| Octal | 270 | 45 | 132 | 0 | 120 | 63 | 34 | 522 | 103 | 53 |
| Binary | 10111000 | 100101 | 1011010 | 0 | 1010000 | 110011 | 11100 | 101010010 | 1000011 | 101011 |
Color Harmonies of #B8255A
Complementary color
Monochromatic Colors of #B8255A
Black with #B8255A
Text Example
Text Example
White with #B8255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8255A; }
p { color: rgb(184,37,90); }
H1.HeaderClassName
{
color: #B8255A;
}
.AnyTagClassName
{
color: #B8255A;
}
</style>
background-color css
<style>
a { background-color: #B8255A; }
a { background-color: rgb(184,37,90); }
div.DivClassName
{
background-color: #B8255A;
}
.BgClassName
{
background-color: #B8255A;
}
</style>
border-color css
<style>
span { border-color: #B8255A; }
span { border-color: rgb(184,37,90); }
td.TdClassName
{
border-color: #B8255A;
}
.TagClassName
{
border-color: #B8255A;
}
</style>