Shades of Old Rose #B73844
Tints of Old Rose #B73844
RGB
CMYK
RGB Variations
Color information
#B73844 (or 0xB73844) is known color: Old Rose. HEX triplet: B7, 38 and 44. RGB value is (183,56,68). Sum of RGB (Red+Green+Blue) = 183+56+68=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B73844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73844 is #48C7BB. Grayscale: #5F5F5F. Windows color (decimal): -4769724 or 4470967. OLE color: 4470967.
HSL color Cylindrical-coordinate representation of color #B73844: hue angle of 354.33º 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 #B73844 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 68 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.28 |
| HSL | 354.33º | 0.53% | 0.47% | - |
| HSV(B) | 354.33º | 0.69% | 0.72% | - |
| XYZ | 21.99 | 13.31 | 6.88 | - |
| YUV | 95.34 | 112.58 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 68 | 0 | 0.69 | 0.63 | 0.28 | 354.33 | 0.53 | 0.47 |
| Hex | B7 | 38 | 44 | 0 | 45 | 3F | 1C | 162 | 35 | 2F |
| Octal | 267 | 70 | 104 | 0 | 105 | 77 | 34 | 542 | 65 | 57 |
| Binary | 10110111 | 111000 | 1000100 | 0 | 1000101 | 111111 | 11100 | 101100010 | 110101 | 101111 |
Color Harmonies of #B73844
Complementary color
Monochromatic Colors of #B73844
Black with #B73844
Text Example
Text Example
White with #B73844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73844; }
p { color: rgb(183,56,68); }
H1.HeaderClassName
{
color: #B73844;
}
.AnyTagClassName
{
color: #B73844;
}
</style>
background-color css
<style>
a { background-color: #B73844; }
a { background-color: rgb(183,56,68); }
div.DivClassName
{
background-color: #B73844;
}
.BgClassName
{
background-color: #B73844;
}
</style>
border-color css
<style>
span { border-color: #B73844; }
span { border-color: rgb(183,56,68); }
td.TdClassName
{
border-color: #B73844;
}
.TagClassName
{
border-color: #B73844;
}
</style>