Shades of Old Rose #B8285C
Tints of Old Rose #B8285C
RGB
CMYK
RGB Variations
Color information
#B8285C (or 0xB8285C) is known color: Old Rose. HEX triplet: B8, 28 and 5C. RGB value is (184,40,92). Sum of RGB (Red+Green+Blue) = 184+40+92=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B8285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8285C is #47D7A3. Grayscale: #585858. Windows color (decimal): -4708260 or 6039736. OLE color: 6039736.
HSL color Cylindrical-coordinate representation of color #B8285C: hue angle of 338.33º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8285C is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 92 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.28 |
| HSL | 338.33º | 0.64% | 0.44% | - |
| HSV(B) | 338.33º | 0.78% | 0.72% | - |
| XYZ | 22.46 | 12.48 | 11.35 | - |
| YUV | 88.98 | 129.71 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 92 | 0 | 0.78 | 0.50 | 0.28 | 338.33 | 0.64 | 0.44 |
| Hex | B8 | 28 | 5C | 0 | 4E | 32 | 1C | 152 | 40 | 2C |
| Octal | 270 | 50 | 134 | 0 | 116 | 62 | 34 | 522 | 100 | 54 |
| Binary | 10111000 | 101000 | 1011100 | 0 | 1001110 | 110010 | 11100 | 101010010 | 1000000 | 101100 |
Color Harmonies of #B8285C
Complementary color
Monochromatic Colors of #B8285C
Black with #B8285C
Text Example
Text Example
White with #B8285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8285C; }
p { color: rgb(184,40,92); }
H1.HeaderClassName
{
color: #B8285C;
}
.AnyTagClassName
{
color: #B8285C;
}
</style>
background-color css
<style>
a { background-color: #B8285C; }
a { background-color: rgb(184,40,92); }
div.DivClassName
{
background-color: #B8285C;
}
.BgClassName
{
background-color: #B8285C;
}
</style>
border-color css
<style>
span { border-color: #B8285C; }
span { border-color: rgb(184,40,92); }
td.TdClassName
{
border-color: #B8285C;
}
.TagClassName
{
border-color: #B8285C;
}
</style>