Shades of Old Rose #B8265C
Tints of Old Rose #B8265C
RGB
CMYK
RGB Variations
Color information
#B8265C (or 0xB8265C) is known color: Old Rose. HEX triplet: B8, 26 and 5C. RGB value is (184,38,92). Sum of RGB (Red+Green+Blue) = 184+38+92=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8265C is #47D9A3. Grayscale: #575757. Windows color (decimal): -4708772 or 6039224. OLE color: 6039224.
HSL color Cylindrical-coordinate representation of color #B8265C: hue angle of 337.81º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8265C is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 92 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.28 |
| HSL | 337.81º | 0.66% | 0.44% | - |
| HSV(B) | 337.81º | 0.79% | 0.72% | - |
| XYZ | 22.39 | 12.35 | 11.33 | - |
| YUV | 87.81 | 130.37 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 92 | 0 | 0.79 | 0.50 | 0.28 | 337.81 | 0.66 | 0.44 |
| Hex | B8 | 26 | 5C | 0 | 4F | 32 | 1C | 152 | 42 | 2C |
| Octal | 270 | 46 | 134 | 0 | 117 | 62 | 34 | 522 | 102 | 54 |
| Binary | 10111000 | 100110 | 1011100 | 0 | 1001111 | 110010 | 11100 | 101010010 | 1000010 | 101100 |
Color Harmonies of #B8265C
Complementary color
Monochromatic Colors of #B8265C
Black with #B8265C
Text Example
Text Example
White with #B8265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8265C; }
p { color: rgb(184,38,92); }
H1.HeaderClassName
{
color: #B8265C;
}
.AnyTagClassName
{
color: #B8265C;
}
</style>
background-color css
<style>
a { background-color: #B8265C; }
a { background-color: rgb(184,38,92); }
div.DivClassName
{
background-color: #B8265C;
}
.BgClassName
{
background-color: #B8265C;
}
</style>
border-color css
<style>
span { border-color: #B8265C; }
span { border-color: rgb(184,38,92); }
td.TdClassName
{
border-color: #B8265C;
}
.TagClassName
{
border-color: #B8265C;
}
</style>