Shades of Old Rose #B9235D
Tints of Old Rose #B9235D
RGB
CMYK
RGB Variations
Color information
#B9235D (or 0xB9235D) is known color: Old Rose. HEX triplet: B9, 23 and 5D. RGB value is (185,35,93). Sum of RGB (Red+Green+Blue) = 185+35+93=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B9235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9235D is #46DCA2. Grayscale: #565656. Windows color (decimal): -4644003 or 6103993. OLE color: 6103993.
HSL color Cylindrical-coordinate representation of color #B9235D: hue angle of 336.8º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9235D is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 35 | 93 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.27 |
| HSL | 336.8º | 0.68% | 0.43% | - |
| HSV(B) | 336.8º | 0.81% | 0.73% | - |
| XYZ | 22.58 | 12.31 | 11.54 | - |
| YUV | 86.46 | 131.7 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 35 | 93 | 0 | 0.81 | 0.50 | 0.27 | 336.8 | 0.68 | 0.43 |
| Hex | B9 | 23 | 5D | 0 | 51 | 32 | 1B | 151 | 44 | 2B |
| Octal | 271 | 43 | 135 | 0 | 121 | 62 | 33 | 521 | 104 | 53 |
| Binary | 10111001 | 100011 | 1011101 | 0 | 1010001 | 110010 | 11011 | 101010001 | 1000100 | 101011 |
Color Harmonies of #B9235D
Complementary color
Monochromatic Colors of #B9235D
Black with #B9235D
Text Example
Text Example
White with #B9235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9235D; }
p { color: rgb(185,35,93); }
H1.HeaderClassName
{
color: #B9235D;
}
.AnyTagClassName
{
color: #B9235D;
}
</style>
background-color css
<style>
a { background-color: #B9235D; }
a { background-color: rgb(185,35,93); }
div.DivClassName
{
background-color: #B9235D;
}
.BgClassName
{
background-color: #B9235D;
}
</style>
border-color css
<style>
span { border-color: #B9235D; }
span { border-color: rgb(185,35,93); }
td.TdClassName
{
border-color: #B9235D;
}
.TagClassName
{
border-color: #B9235D;
}
</style>