Shades of Old Rose #B8254B
Tints of Old Rose #B8254B
RGB
CMYK
RGB Variations
Color information
#B8254B (or 0xB8254B) is known color: Old Rose. HEX triplet: B8, 25 and 4B. RGB value is (184,37,75). Sum of RGB (Red+Green+Blue) = 184+37+75=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B8254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8254B is #47DAB4. Grayscale: #555555. Windows color (decimal): -4709045 or 4924856. OLE color: 4924856.
HSL color Cylindrical-coordinate representation of color #B8254B: hue angle of 344.49º 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 #B8254B is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 37 | 75 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.28 |
| HSL | 344.49º | 0.67% | 0.43% | - |
| HSV(B) | 344.49º | 0.8% | 0.72% | - |
| XYZ | 21.7 | 12.02 | 7.83 | - |
| YUV | 85.29 | 122.2 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 75 | 0 | 0.80 | 0.59 | 0.28 | 344.49 | 0.67 | 0.43 |
| Hex | B8 | 25 | 4B | 0 | 50 | 3B | 1C | 158 | 43 | 2B |
| Octal | 270 | 45 | 113 | 0 | 120 | 73 | 34 | 530 | 103 | 53 |
| Binary | 10111000 | 100101 | 1001011 | 0 | 1010000 | 111011 | 11100 | 101011000 | 1000011 | 101011 |
Color Harmonies of #B8254B
Complementary color
Monochromatic Colors of #B8254B
Black with #B8254B
Text Example
Text Example
White with #B8254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8254B; }
p { color: rgb(184,37,75); }
H1.HeaderClassName
{
color: #B8254B;
}
.AnyTagClassName
{
color: #B8254B;
}
</style>
background-color css
<style>
a { background-color: #B8254B; }
a { background-color: rgb(184,37,75); }
div.DivClassName
{
background-color: #B8254B;
}
.BgClassName
{
background-color: #B8254B;
}
</style>
border-color css
<style>
span { border-color: #B8254B; }
span { border-color: rgb(184,37,75); }
td.TdClassName
{
border-color: #B8254B;
}
.TagClassName
{
border-color: #B8254B;
}
</style>