Shades of Old Rose #B73D4B
Tints of Old Rose #B73D4B
RGB
CMYK
RGB Variations
Color information
#B73D4B (or 0xB73D4B) is known color: Old Rose. HEX triplet: B7, 3D and 4B. RGB value is (183,61,75). Sum of RGB (Red+Green+Blue) = 183+61+75=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73D4B is #48C2B4. Grayscale: #636363. Windows color (decimal): -4768437 or 4930999. OLE color: 4930999.
HSL color Cylindrical-coordinate representation of color #B73D4B: hue angle of 353.11º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73D4B is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 61 | 75 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.28 |
| HSL | 353.11º | 0.5% | 0.48% | - |
| HSV(B) | 353.11º | 0.67% | 0.72% | - |
| XYZ | 22.47 | 13.91 | 8.16 | - |
| YUV | 99.07 | 114.42 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 75 | 0 | 0.67 | 0.59 | 0.28 | 353.11 | 0.5 | 0.48 |
| Hex | B7 | 3D | 4B | 0 | 43 | 3B | 1C | 161 | 32 | 30 |
| Octal | 267 | 75 | 113 | 0 | 103 | 73 | 34 | 541 | 62 | 60 |
| Binary | 10110111 | 111101 | 1001011 | 0 | 1000011 | 111011 | 11100 | 101100001 | 110010 | 110000 |
Color Harmonies of #B73D4B
Complementary color
Monochromatic Colors of #B73D4B
Black with #B73D4B
Text Example
Text Example
White with #B73D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73D4B; }
p { color: rgb(183,61,75); }
H1.HeaderClassName
{
color: #B73D4B;
}
.AnyTagClassName
{
color: #B73D4B;
}
</style>
background-color css
<style>
a { background-color: #B73D4B; }
a { background-color: rgb(183,61,75); }
div.DivClassName
{
background-color: #B73D4B;
}
.BgClassName
{
background-color: #B73D4B;
}
</style>
border-color css
<style>
span { border-color: #B73D4B; }
span { border-color: rgb(183,61,75); }
td.TdClassName
{
border-color: #B73D4B;
}
.TagClassName
{
border-color: #B73D4B;
}
</style>