Shades of Old Rose #B73846
Tints of Old Rose #B73846
RGB
CMYK
RGB Variations
Color information
#B73846 (or 0xB73846) is known color: Old Rose. HEX triplet: B7, 38 and 46. RGB value is (183,56,70). Sum of RGB (Red+Green+Blue) = 183+56+70=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B73846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73846 is #48C7B9. Grayscale: #5F5F5F. Windows color (decimal): -4769722 or 4602039. OLE color: 4602039.
HSL color Cylindrical-coordinate representation of color #B73846: hue angle of 353.39º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73846 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 70 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.28 |
| HSL | 353.39º | 0.53% | 0.47% | - |
| HSV(B) | 353.39º | 0.69% | 0.72% | - |
| XYZ | 22.05 | 13.34 | 7.21 | - |
| YUV | 95.57 | 113.58 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 70 | 0 | 0.69 | 0.62 | 0.28 | 353.39 | 0.53 | 0.47 |
| Hex | B7 | 38 | 46 | 0 | 45 | 3E | 1C | 161 | 35 | 2F |
| Octal | 267 | 70 | 106 | 0 | 105 | 76 | 34 | 541 | 65 | 57 |
| Binary | 10110111 | 111000 | 1000110 | 0 | 1000101 | 111110 | 11100 | 101100001 | 110101 | 101111 |
Color Harmonies of #B73846
Complementary color
Monochromatic Colors of #B73846
Black with #B73846
Text Example
Text Example
White with #B73846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73846; }
p { color: rgb(183,56,70); }
H1.HeaderClassName
{
color: #B73846;
}
.AnyTagClassName
{
color: #B73846;
}
</style>
background-color css
<style>
a { background-color: #B73846; }
a { background-color: rgb(183,56,70); }
div.DivClassName
{
background-color: #B73846;
}
.BgClassName
{
background-color: #B73846;
}
</style>
border-color css
<style>
span { border-color: #B73846; }
span { border-color: rgb(183,56,70); }
td.TdClassName
{
border-color: #B73846;
}
.TagClassName
{
border-color: #B73846;
}
</style>