Shades of Old Rose #B8345C
Tints of Old Rose #B8345C
RGB
CMYK
RGB Variations
Color information
#B8345C (or 0xB8345C) is known color: Old Rose. HEX triplet: B8, 34 and 5C. RGB value is (184,52,92). Sum of RGB (Red+Green+Blue) = 184+52+92=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8345C is #47CBA3. Grayscale: #606060. Windows color (decimal): -4705188 or 6042808. OLE color: 6042808.
HSL color Cylindrical-coordinate representation of color #B8345C: hue angle of 341.82º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8345C is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 92 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.28 |
| HSL | 341.82º | 0.56% | 0.46% | - |
| HSV(B) | 341.82º | 0.72% | 0.72% | - |
| XYZ | 22.93 | 13.42 | 11.51 | - |
| YUV | 96.03 | 125.73 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 92 | 0 | 0.72 | 0.50 | 0.28 | 341.82 | 0.56 | 0.46 |
| Hex | B8 | 34 | 5C | 0 | 48 | 32 | 1C | 156 | 38 | 2E |
| Octal | 270 | 64 | 134 | 0 | 110 | 62 | 34 | 526 | 70 | 56 |
| Binary | 10111000 | 110100 | 1011100 | 0 | 1001000 | 110010 | 11100 | 101010110 | 111000 | 101110 |
Color Harmonies of #B8345C
Complementary color
Monochromatic Colors of #B8345C
Black with #B8345C
Text Example
Text Example
White with #B8345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8345C; }
p { color: rgb(184,52,92); }
H1.HeaderClassName
{
color: #B8345C;
}
.AnyTagClassName
{
color: #B8345C;
}
</style>
background-color css
<style>
a { background-color: #B8345C; }
a { background-color: rgb(184,52,92); }
div.DivClassName
{
background-color: #B8345C;
}
.BgClassName
{
background-color: #B8345C;
}
</style>
border-color css
<style>
span { border-color: #B8345C; }
span { border-color: rgb(184,52,92); }
td.TdClassName
{
border-color: #B8345C;
}
.TagClassName
{
border-color: #B8345C;
}
</style>