Shades of Old Rose #B64046
Tints of Old Rose #B64046
RGB
CMYK
RGB Variations
Color information
#B64046 (or 0xB64046) is known color: Old Rose. HEX triplet: B6, 40 and 46. RGB value is (182,64,70). Sum of RGB (Red+Green+Blue) = 182+64+70=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B64046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64046 is #49BFB9. Grayscale: #646464. Windows color (decimal): -4833210 or 4604086. OLE color: 4604086.
HSL color Cylindrical-coordinate representation of color #B64046: hue angle of 356.95º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64046 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 70 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.29 |
| HSL | 356.95º | 0.48% | 0.48% | - |
| HSV(B) | 356.95º | 0.65% | 0.71% | - |
| XYZ | 22.23 | 14.05 | 7.34 | - |
| YUV | 99.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 70 | 0 | 0.65 | 0.62 | 0.29 | 356.95 | 0.48 | 0.48 |
| Hex | B6 | 40 | 46 | 0 | 41 | 3E | 1D | 165 | 30 | 30 |
| Octal | 266 | 100 | 106 | 0 | 101 | 76 | 35 | 545 | 60 | 60 |
| Binary | 10110110 | 1000000 | 1000110 | 0 | 1000001 | 111110 | 11101 | 101100101 | 110000 | 110000 |
Color Harmonies of #B64046
Complementary color
Monochromatic Colors of #B64046
Black with #B64046
Text Example
Text Example
White with #B64046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64046; }
p { color: rgb(182,64,70); }
H1.HeaderClassName
{
color: #B64046;
}
.AnyTagClassName
{
color: #B64046;
}
</style>
background-color css
<style>
a { background-color: #B64046; }
a { background-color: rgb(182,64,70); }
div.DivClassName
{
background-color: #B64046;
}
.BgClassName
{
background-color: #B64046;
}
</style>
border-color css
<style>
span { border-color: #B64046; }
span { border-color: rgb(182,64,70); }
td.TdClassName
{
border-color: #B64046;
}
.TagClassName
{
border-color: #B64046;
}
</style>