Shades of Old Rose #B9335D
Tints of Old Rose #B9335D
RGB
CMYK
RGB Variations
Color information
#B9335D (or 0xB9335D) is known color: Old Rose. HEX triplet: B9, 33 and 5D. RGB value is (185,51,93). Sum of RGB (Red+Green+Blue) = 185+51+93=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9335D is #46CCA2. Grayscale: #5F5F5F. Windows color (decimal): -4639907 or 6108089. OLE color: 6108089.
HSL color Cylindrical-coordinate representation of color #B9335D: hue angle of 341.19º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9335D is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 51 | 93 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.27 |
| HSL | 341.19º | 0.57% | 0.46% | - |
| HSV(B) | 341.19º | 0.72% | 0.73% | - |
| XYZ | 23.17 | 13.47 | 11.74 | - |
| YUV | 95.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 51 | 93 | 0 | 0.72 | 0.50 | 0.27 | 341.19 | 0.57 | 0.46 |
| Hex | B9 | 33 | 5D | 0 | 48 | 32 | 1B | 155 | 39 | 2E |
| Octal | 271 | 63 | 135 | 0 | 110 | 62 | 33 | 525 | 71 | 56 |
| Binary | 10111001 | 110011 | 1011101 | 0 | 1001000 | 110010 | 11011 | 101010101 | 111001 | 101110 |
Color Harmonies of #B9335D
Complementary color
Monochromatic Colors of #B9335D
Black with #B9335D
Text Example
Text Example
White with #B9335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9335D; }
p { color: rgb(185,51,93); }
H1.HeaderClassName
{
color: #B9335D;
}
.AnyTagClassName
{
color: #B9335D;
}
</style>
background-color css
<style>
a { background-color: #B9335D; }
a { background-color: rgb(185,51,93); }
div.DivClassName
{
background-color: #B9335D;
}
.BgClassName
{
background-color: #B9335D;
}
</style>
border-color css
<style>
span { border-color: #B9335D; }
span { border-color: rgb(185,51,93); }
td.TdClassName
{
border-color: #B9335D;
}
.TagClassName
{
border-color: #B9335D;
}
</style>