Shades of Old Rose #B9354B
Tints of Old Rose #B9354B
RGB
CMYK
RGB Variations
Color information
#B9354B (or 0xB9354B) is known color: Old Rose. HEX triplet: B9, 35 and 4B. RGB value is (185,53,75). Sum of RGB (Red+Green+Blue) = 185+53+75=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B9354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9354B is #46CAB4. Grayscale: #5F5F5F. Windows color (decimal): -4639413 or 4928953. OLE color: 4928953.
HSL color Cylindrical-coordinate representation of color #B9354B: hue angle of 350º 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 #B9354B is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 75 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.27 |
| HSL | 350º | 0.55% | 0.47% | - |
| HSV(B) | 350º | 0.71% | 0.73% | - |
| XYZ | 22.55 | 13.37 | 8.05 | - |
| YUV | 94.98 | 116.73 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 75 | 0 | 0.71 | 0.59 | 0.27 | 350 | 0.55 | 0.47 |
| Hex | B9 | 35 | 4B | 0 | 47 | 3B | 1B | 15E | 37 | 2F |
| Octal | 271 | 65 | 113 | 0 | 107 | 73 | 33 | 536 | 67 | 57 |
| Binary | 10111001 | 110101 | 1001011 | 0 | 1000111 | 111011 | 11011 | 101011110 | 110111 | 101111 |
Color Harmonies of #B9354B
Complementary color
Monochromatic Colors of #B9354B
Black with #B9354B
Text Example
Text Example
White with #B9354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9354B; }
p { color: rgb(185,53,75); }
H1.HeaderClassName
{
color: #B9354B;
}
.AnyTagClassName
{
color: #B9354B;
}
</style>
background-color css
<style>
a { background-color: #B9354B; }
a { background-color: rgb(185,53,75); }
div.DivClassName
{
background-color: #B9354B;
}
.BgClassName
{
background-color: #B9354B;
}
</style>
border-color css
<style>
span { border-color: #B9354B; }
span { border-color: rgb(185,53,75); }
td.TdClassName
{
border-color: #B9354B;
}
.TagClassName
{
border-color: #B9354B;
}
</style>