Shades of Old Rose #B8335C
Tints of Old Rose #B8335C
RGB
CMYK
RGB Variations
Color information
#B8335C (or 0xB8335C) is known color: Old Rose. HEX triplet: B8, 33 and 5C. RGB value is (184,51,92). Sum of RGB (Red+Green+Blue) = 184+51+92=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B8335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8335C is #47CCA3. Grayscale: #5F5F5F. Windows color (decimal): -4705444 or 6042552. OLE color: 6042552.
HSL color Cylindrical-coordinate representation of color #B8335C: hue angle of 341.5º degrees, saturation: 0.57, 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 #B8335C is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 92 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.28 |
| HSL | 341.5º | 0.57% | 0.46% | - |
| HSV(B) | 341.5º | 0.72% | 0.72% | - |
| XYZ | 22.88 | 13.33 | 11.49 | - |
| YUV | 95.44 | 126.06 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 92 | 0 | 0.72 | 0.50 | 0.28 | 341.5 | 0.57 | 0.46 |
| Hex | B8 | 33 | 5C | 0 | 48 | 32 | 1C | 156 | 39 | 2E |
| Octal | 270 | 63 | 134 | 0 | 110 | 62 | 34 | 526 | 71 | 56 |
| Binary | 10111000 | 110011 | 1011100 | 0 | 1001000 | 110010 | 11100 | 101010110 | 111001 | 101110 |
Color Harmonies of #B8335C
Complementary color
Monochromatic Colors of #B8335C
Black with #B8335C
Text Example
Text Example
White with #B8335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8335C; }
p { color: rgb(184,51,92); }
H1.HeaderClassName
{
color: #B8335C;
}
.AnyTagClassName
{
color: #B8335C;
}
</style>
background-color css
<style>
a { background-color: #B8335C; }
a { background-color: rgb(184,51,92); }
div.DivClassName
{
background-color: #B8335C;
}
.BgClassName
{
background-color: #B8335C;
}
</style>
border-color css
<style>
span { border-color: #B8335C; }
span { border-color: rgb(184,51,92); }
td.TdClassName
{
border-color: #B8335C;
}
.TagClassName
{
border-color: #B8335C;
}
</style>