Shades of Old Rose #B7384B
Tints of Old Rose #B7384B
RGB
CMYK
RGB Variations
Color information
#B7384B (or 0xB7384B) is known color: Old Rose. HEX triplet: B7, 38 and 4B. RGB value is (183,56,75). Sum of RGB (Red+Green+Blue) = 183+56+75=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7384B is #48C7B4. Grayscale: #606060. Windows color (decimal): -4769717 or 4929719. OLE color: 4929719.
HSL color Cylindrical-coordinate representation of color #B7384B: hue angle of 351.02º 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 #B7384B is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 75 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.28 |
| HSL | 351.02º | 0.53% | 0.47% | - |
| HSV(B) | 351.02º | 0.69% | 0.72% | - |
| XYZ | 22.21 | 13.4 | 8.07 | - |
| YUV | 96.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 75 | 0 | 0.69 | 0.59 | 0.28 | 351.02 | 0.53 | 0.47 |
| Hex | B7 | 38 | 4B | 0 | 45 | 3B | 1C | 15F | 35 | 2F |
| Octal | 267 | 70 | 113 | 0 | 105 | 73 | 34 | 537 | 65 | 57 |
| Binary | 10110111 | 111000 | 1001011 | 0 | 1000101 | 111011 | 11100 | 101011111 | 110101 | 101111 |
Color Harmonies of #B7384B
Complementary color
Monochromatic Colors of #B7384B
Black with #B7384B
Text Example
Text Example
White with #B7384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7384B; }
p { color: rgb(183,56,75); }
H1.HeaderClassName
{
color: #B7384B;
}
.AnyTagClassName
{
color: #B7384B;
}
</style>
background-color css
<style>
a { background-color: #B7384B; }
a { background-color: rgb(183,56,75); }
div.DivClassName
{
background-color: #B7384B;
}
.BgClassName
{
background-color: #B7384B;
}
</style>
border-color css
<style>
span { border-color: #B7384B; }
span { border-color: rgb(183,56,75); }
td.TdClassName
{
border-color: #B7384B;
}
.TagClassName
{
border-color: #B7384B;
}
</style>