Shades of Old Rose #B73852
Tints of Old Rose #B73852
RGB
CMYK
RGB Variations
Color information
#B73852 (or 0xB73852) is known color: Old Rose. HEX triplet: B7, 38 and 52. RGB value is (183,56,82). Sum of RGB (Red+Green+Blue) = 183+56+82=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B73852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73852 is #48C7AD. Grayscale: #606060. Windows color (decimal): -4769710 or 5388471. OLE color: 5388471.
HSL color Cylindrical-coordinate representation of color #B73852: hue angle of 347.72º 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 #B73852 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 82 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.28 |
| HSL | 347.72º | 0.53% | 0.47% | - |
| HSV(B) | 347.72º | 0.69% | 0.72% | - |
| XYZ | 22.47 | 13.5 | 9.41 | - |
| YUV | 96.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 82 | 0 | 0.69 | 0.55 | 0.28 | 347.72 | 0.53 | 0.47 |
| Hex | B7 | 38 | 52 | 0 | 45 | 37 | 1C | 15C | 35 | 2F |
| Octal | 267 | 70 | 122 | 0 | 105 | 67 | 34 | 534 | 65 | 57 |
| Binary | 10110111 | 111000 | 1010010 | 0 | 1000101 | 110111 | 11100 | 101011100 | 110101 | 101111 |
Color Harmonies of #B73852
Complementary color
Monochromatic Colors of #B73852
Black with #B73852
Text Example
Text Example
White with #B73852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73852; }
p { color: rgb(183,56,82); }
H1.HeaderClassName
{
color: #B73852;
}
.AnyTagClassName
{
color: #B73852;
}
</style>
background-color css
<style>
a { background-color: #B73852; }
a { background-color: rgb(183,56,82); }
div.DivClassName
{
background-color: #B73852;
}
.BgClassName
{
background-color: #B73852;
}
</style>
border-color css
<style>
span { border-color: #B73852; }
span { border-color: rgb(183,56,82); }
td.TdClassName
{
border-color: #B73852;
}
.TagClassName
{
border-color: #B73852;
}
</style>