Shades of Old Rose #B94146
Tints of Old Rose #B94146
RGB
CMYK
RGB Variations
Color information
#B94146 (or 0xB94146) is known color: Old Rose. HEX triplet: B9, 41 and 46. RGB value is (185,65,70). Sum of RGB (Red+Green+Blue) = 185+65+70=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B94146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94146 is #46BEB9. Grayscale: #656565. Windows color (decimal): -4636346 or 4604345. OLE color: 4604345.
HSL color Cylindrical-coordinate representation of color #B94146: hue angle of 357.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94146 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 65 | 70 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.27 |
| HSL | 357.5º | 0.48% | 0.49% | - |
| HSV(B) | 357.5º | 0.65% | 0.73% | - |
| XYZ | 23 | 14.54 | 7.39 | - |
| YUV | 101.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 70 | 0 | 0.65 | 0.62 | 0.27 | 357.5 | 0.48 | 0.49 |
| Hex | B9 | 41 | 46 | 0 | 41 | 3E | 1B | 166 | 30 | 31 |
| Octal | 271 | 101 | 106 | 0 | 101 | 76 | 33 | 546 | 60 | 61 |
| Binary | 10111001 | 1000001 | 1000110 | 0 | 1000001 | 111110 | 11011 | 101100110 | 110000 | 110001 |
Color Harmonies of #B94146
Complementary color
Monochromatic Colors of #B94146
Black with #B94146
Text Example
Text Example
White with #B94146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94146; }
p { color: rgb(185,65,70); }
H1.HeaderClassName
{
color: #B94146;
}
.AnyTagClassName
{
color: #B94146;
}
</style>
background-color css
<style>
a { background-color: #B94146; }
a { background-color: rgb(185,65,70); }
div.DivClassName
{
background-color: #B94146;
}
.BgClassName
{
background-color: #B94146;
}
</style>
border-color css
<style>
span { border-color: #B94146; }
span { border-color: rgb(185,65,70); }
td.TdClassName
{
border-color: #B94146;
}
.TagClassName
{
border-color: #B94146;
}
</style>