Shades of Old Rose #B8295C
Tints of Old Rose #B8295C
RGB
CMYK
RGB Variations
Color information
#B8295C (or 0xB8295C) is known color: Old Rose. HEX triplet: B8, 29 and 5C. RGB value is (184,41,92). Sum of RGB (Red+Green+Blue) = 184+41+92=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B8295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8295C is #47D6A3. Grayscale: #595959. Windows color (decimal): -4708004 or 6039992. OLE color: 6039992.
HSL color Cylindrical-coordinate representation of color #B8295C: hue angle of 338.6º 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 #B8295C is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 92 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.28 |
| HSL | 338.6º | 0.64% | 0.44% | - |
| HSV(B) | 338.6º | 0.78% | 0.72% | - |
| XYZ | 22.49 | 12.55 | 11.36 | - |
| YUV | 89.57 | 129.38 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 92 | 0 | 0.78 | 0.50 | 0.28 | 338.6 | 0.64 | 0.44 |
| Hex | B8 | 29 | 5C | 0 | 4E | 32 | 1C | 153 | 40 | 2C |
| Octal | 270 | 51 | 134 | 0 | 116 | 62 | 34 | 523 | 100 | 54 |
| Binary | 10111000 | 101001 | 1011100 | 0 | 1001110 | 110010 | 11100 | 101010011 | 1000000 | 101100 |
Color Harmonies of #B8295C
Complementary color
Monochromatic Colors of #B8295C
Black with #B8295C
Text Example
Text Example
White with #B8295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8295C; }
p { color: rgb(184,41,92); }
H1.HeaderClassName
{
color: #B8295C;
}
.AnyTagClassName
{
color: #B8295C;
}
</style>
background-color css
<style>
a { background-color: #B8295C; }
a { background-color: rgb(184,41,92); }
div.DivClassName
{
background-color: #B8295C;
}
.BgClassName
{
background-color: #B8295C;
}
</style>
border-color css
<style>
span { border-color: #B8295C; }
span { border-color: rgb(184,41,92); }
td.TdClassName
{
border-color: #B8295C;
}
.TagClassName
{
border-color: #B8295C;
}
</style>