Shades of Old Rose #B64045
Tints of Old Rose #B64045
RGB
CMYK
RGB Variations
Color information
#B64045 (or 0xB64045) is known color: Old Rose. HEX triplet: B6, 40 and 45. RGB value is (182,64,69). Sum of RGB (Red+Green+Blue) = 182+64+69=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B64045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64045 is #49BFBA. Grayscale: #636363. Windows color (decimal): -4833211 or 4538550. OLE color: 4538550.
HSL color Cylindrical-coordinate representation of color #B64045: hue angle of 357.46º 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 #B64045 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 69 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.29 |
| HSL | 357.46º | 0.48% | 0.48% | - |
| HSV(B) | 357.46º | 0.65% | 0.71% | - |
| XYZ | 22.2 | 14.04 | 7.17 | - |
| YUV | 99.85 | 110.59 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 69 | 0 | 0.65 | 0.62 | 0.29 | 357.46 | 0.48 | 0.48 |
| Hex | B6 | 40 | 45 | 0 | 41 | 3E | 1D | 165 | 30 | 30 |
| Octal | 266 | 100 | 105 | 0 | 101 | 76 | 35 | 545 | 60 | 60 |
| Binary | 10110110 | 1000000 | 1000101 | 0 | 1000001 | 111110 | 11101 | 101100101 | 110000 | 110000 |
Color Harmonies of #B64045
Complementary color
Monochromatic Colors of #B64045
Black with #B64045
Text Example
Text Example
White with #B64045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64045; }
p { color: rgb(182,64,69); }
H1.HeaderClassName
{
color: #B64045;
}
.AnyTagClassName
{
color: #B64045;
}
</style>
background-color css
<style>
a { background-color: #B64045; }
a { background-color: rgb(182,64,69); }
div.DivClassName
{
background-color: #B64045;
}
.BgClassName
{
background-color: #B64045;
}
</style>
border-color css
<style>
span { border-color: #B64045; }
span { border-color: rgb(182,64,69); }
td.TdClassName
{
border-color: #B64045;
}
.TagClassName
{
border-color: #B64045;
}
</style>