Shades of Old Rose #B9365A
Tints of Old Rose #B9365A
RGB
CMYK
RGB Variations
Color information
#B9365A (or 0xB9365A) is known color: Old Rose. HEX triplet: B9, 36 and 5A. RGB value is (185,54,90). Sum of RGB (Red+Green+Blue) = 185+54+90=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9365A is #46C9A5. Grayscale: #616161. Windows color (decimal): -4639142 or 5912249. OLE color: 5912249.
HSL color Cylindrical-coordinate representation of color #B9365A: hue angle of 343.51º 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 #B9365A is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 90 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.27 |
| HSL | 343.51º | 0.55% | 0.47% | - |
| HSV(B) | 343.51º | 0.71% | 0.73% | - |
| XYZ | 23.17 | 13.69 | 11.09 | - |
| YUV | 97.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 90 | 0 | 0.71 | 0.51 | 0.27 | 343.51 | 0.55 | 0.47 |
| Hex | B9 | 36 | 5A | 0 | 47 | 33 | 1B | 158 | 37 | 2F |
| Octal | 271 | 66 | 132 | 0 | 107 | 63 | 33 | 530 | 67 | 57 |
| Binary | 10111001 | 110110 | 1011010 | 0 | 1000111 | 110011 | 11011 | 101011000 | 110111 | 101111 |
Color Harmonies of #B9365A
Complementary color
Monochromatic Colors of #B9365A
Black with #B9365A
Text Example
Text Example
White with #B9365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9365A; }
p { color: rgb(185,54,90); }
H1.HeaderClassName
{
color: #B9365A;
}
.AnyTagClassName
{
color: #B9365A;
}
</style>
background-color css
<style>
a { background-color: #B9365A; }
a { background-color: rgb(185,54,90); }
div.DivClassName
{
background-color: #B9365A;
}
.BgClassName
{
background-color: #B9365A;
}
</style>
border-color css
<style>
span { border-color: #B9365A; }
span { border-color: rgb(185,54,90); }
td.TdClassName
{
border-color: #B9365A;
}
.TagClassName
{
border-color: #B9365A;
}
</style>