Shades of Old Rose #B9374A
Tints of Old Rose #B9374A
RGB
CMYK
RGB Variations
Color information
#B9374A (or 0xB9374A) is known color: Old Rose. HEX triplet: B9, 37 and 4A. RGB value is (185,55,74). Sum of RGB (Red+Green+Blue) = 185+55+74=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9374A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9374A is #46C8B5. Grayscale: #606060. Windows color (decimal): -4638902 or 4863929. OLE color: 4863929.
HSL color Cylindrical-coordinate representation of color #B9374A: hue angle of 351.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9374A is Cyan = 0, Magento = 0.70, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 74 | - |
| CMYK | 0 | 0.70 | 0.6 | 0.27 |
| HSL | 351.23º | 0.54% | 0.47% | - |
| HSV(B) | 351.23º | 0.7% | 0.73% | - |
| XYZ | 22.61 | 13.54 | 7.9 | - |
| YUV | 96.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 74 | 0 | 0.70 | 0.6 | 0.27 | 351.23 | 0.54 | 0.47 |
| Hex | B9 | 37 | 4A | 0 | 46 | 3C | 1B | 15F | 36 | 2F |
| Octal | 271 | 67 | 112 | 0 | 106 | 74 | 33 | 537 | 66 | 57 |
| Binary | 10111001 | 110111 | 1001010 | 0 | 1000110 | 111100 | 11011 | 101011111 | 110110 | 101111 |
Color Harmonies of #B9374A
Complementary color
Monochromatic Colors of #B9374A
Black with #B9374A
Text Example
Text Example
White with #B9374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9374A; }
p { color: rgb(185,55,74); }
H1.HeaderClassName
{
color: #B9374A;
}
.AnyTagClassName
{
color: #B9374A;
}
</style>
background-color css
<style>
a { background-color: #B9374A; }
a { background-color: rgb(185,55,74); }
div.DivClassName
{
background-color: #B9374A;
}
.BgClassName
{
background-color: #B9374A;
}
</style>
border-color css
<style>
span { border-color: #B9374A; }
span { border-color: rgb(185,55,74); }
td.TdClassName
{
border-color: #B9374A;
}
.TagClassName
{
border-color: #B9374A;
}
</style>