Shades of Old Rose #B4394E
Tints of Old Rose #B4394E
RGB
CMYK
RGB Variations
Color information
#B4394E (or 0xB4394E) is known color: Old Rose. HEX triplet: B4, 39 and 4E. RGB value is (180,57,78). Sum of RGB (Red+Green+Blue) = 180+57+78=315 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.14% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 180 - color contains mainly: red. Hex color #B4394E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4394E is #4BC6B1. Grayscale: #606060. Windows color (decimal): -4966066 or 5126580. OLE color: 5126580.
HSL color Cylindrical-coordinate representation of color #B4394E: hue angle of 349.76º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4394E is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 57 | 78 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.29 |
| HSL | 349.76º | 0.52% | 0.46% | - |
| HSV(B) | 349.76º | 0.68% | 0.71% | - |
| XYZ | 21.66 | 13.18 | 8.61 | - |
| YUV | 96.17 | 117.75 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 78 | 0 | 0.68 | 0.57 | 0.29 | 349.76 | 0.52 | 0.46 |
| Hex | B4 | 39 | 4E | 0 | 44 | 39 | 1D | 15E | 34 | 2E |
| Octal | 264 | 71 | 116 | 0 | 104 | 71 | 35 | 536 | 64 | 56 |
| Binary | 10110100 | 111001 | 1001110 | 0 | 1000100 | 111001 | 11101 | 101011110 | 110100 | 101110 |
Color Harmonies of #B4394E
Complementary color
Monochromatic Colors of #B4394E
Black with #B4394E
Text Example
Text Example
White with #B4394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4394E; }
p { color: rgb(180,57,78); }
H1.HeaderClassName
{
color: #B4394E;
}
.AnyTagClassName
{
color: #B4394E;
}
</style>
background-color css
<style>
a { background-color: #B4394E; }
a { background-color: rgb(180,57,78); }
div.DivClassName
{
background-color: #B4394E;
}
.BgClassName
{
background-color: #B4394E;
}
</style>
border-color css
<style>
span { border-color: #B4394E; }
span { border-color: rgb(180,57,78); }
td.TdClassName
{
border-color: #B4394E;
}
.TagClassName
{
border-color: #B4394E;
}
</style>