Shades of Old Rose #B9355B
Tints of Old Rose #B9355B
RGB
CMYK
RGB Variations
Color information
#B9355B (or 0xB9355B) is known color: Old Rose. HEX triplet: B9, 35 and 5B. RGB value is (185,53,91). Sum of RGB (Red+Green+Blue) = 185+53+91=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9355B is #46CAA4. Grayscale: #606060. Windows color (decimal): -4639397 or 5977529. OLE color: 5977529.
HSL color Cylindrical-coordinate representation of color #B9355B: hue angle of 342.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9355B is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 91 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.27 |
| HSL | 342.73º | 0.55% | 0.47% | - |
| HSV(B) | 342.73º | 0.71% | 0.73% | - |
| XYZ | 23.17 | 13.62 | 11.3 | - |
| YUV | 96.8 | 124.73 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 91 | 0 | 0.71 | 0.51 | 0.27 | 342.73 | 0.55 | 0.47 |
| Hex | B9 | 35 | 5B | 0 | 47 | 33 | 1B | 157 | 37 | 2F |
| Octal | 271 | 65 | 133 | 0 | 107 | 63 | 33 | 527 | 67 | 57 |
| Binary | 10111001 | 110101 | 1011011 | 0 | 1000111 | 110011 | 11011 | 101010111 | 110111 | 101111 |
Color Harmonies of #B9355B
Complementary color
Monochromatic Colors of #B9355B
Black with #B9355B
Text Example
Text Example
White with #B9355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9355B; }
p { color: rgb(185,53,91); }
H1.HeaderClassName
{
color: #B9355B;
}
.AnyTagClassName
{
color: #B9355B;
}
</style>
background-color css
<style>
a { background-color: #B9355B; }
a { background-color: rgb(185,53,91); }
div.DivClassName
{
background-color: #B9355B;
}
.BgClassName
{
background-color: #B9355B;
}
</style>
border-color css
<style>
span { border-color: #B9355B; }
span { border-color: rgb(185,53,91); }
td.TdClassName
{
border-color: #B9355B;
}
.TagClassName
{
border-color: #B9355B;
}
</style>