Shades of Old Rose #B73644
Tints of Old Rose #B73644
RGB
CMYK
RGB Variations
Color information
#B73644 (or 0xB73644) is known color: Old Rose. HEX triplet: B7, 36 and 44. RGB value is (183,54,68). Sum of RGB (Red+Green+Blue) = 183+54+68=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B73644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73644 is #48C9BB. Grayscale: #5E5E5E. Windows color (decimal): -4770236 or 4470455. OLE color: 4470455.
HSL color Cylindrical-coordinate representation of color #B73644: hue angle of 353.49º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73644 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 68 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.28 |
| HSL | 353.49º | 0.54% | 0.46% | - |
| HSV(B) | 353.49º | 0.7% | 0.72% | - |
| XYZ | 21.89 | 13.12 | 6.85 | - |
| YUV | 94.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 68 | 0 | 0.70 | 0.63 | 0.28 | 353.49 | 0.54 | 0.46 |
| Hex | B7 | 36 | 44 | 0 | 46 | 3F | 1C | 161 | 36 | 2E |
| Octal | 267 | 66 | 104 | 0 | 106 | 77 | 34 | 541 | 66 | 56 |
| Binary | 10110111 | 110110 | 1000100 | 0 | 1000110 | 111111 | 11100 | 101100001 | 110110 | 101110 |
Color Harmonies of #B73644
Complementary color
Monochromatic Colors of #B73644
Black with #B73644
Text Example
Text Example
White with #B73644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73644; }
p { color: rgb(183,54,68); }
H1.HeaderClassName
{
color: #B73644;
}
.AnyTagClassName
{
color: #B73644;
}
</style>
background-color css
<style>
a { background-color: #B73644; }
a { background-color: rgb(183,54,68); }
div.DivClassName
{
background-color: #B73644;
}
.BgClassName
{
background-color: #B73644;
}
</style>
border-color css
<style>
span { border-color: #B73644; }
span { border-color: rgb(183,54,68); }
td.TdClassName
{
border-color: #B73644;
}
.TagClassName
{
border-color: #B73644;
}
</style>