Shades of Royal Heath #B15D7B
Tints of Royal Heath #B15D7B
RGB
CMYK
RGB Variations
Color information
#B15D7B (or 0xB15D7B) is known color: Royal Heath. HEX triplet: B1, 5D and 7B. RGB value is (177,93,123). Sum of RGB (Red+Green+Blue) = 177+93+123=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15D7B is #4EA284. Grayscale: #797979. Windows color (decimal): -5153413 or 8084913. OLE color: 8084913.
HSL color Cylindrical-coordinate representation of color #B15D7B: hue angle of 338.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B15D7B is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 93 | 123 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.31 |
| HSL | 338.57º | 0.35% | 0.53% | - |
| HSV(B) | 338.57º | 0.47% | 0.69% | - |
| XYZ | 25.62 | 18.61 | 20.98 | - |
| YUV | 121.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 123 | 0 | 0.47 | 0.31 | 0.31 | 338.57 | 0.35 | 0.53 |
| Hex | B1 | 5D | 7B | 0 | 2F | 1F | 1F | 153 | 23 | 35 |
| Octal | 261 | 135 | 173 | 0 | 57 | 37 | 37 | 523 | 43 | 65 |
| Binary | 10110001 | 1011101 | 1111011 | 0 | 101111 | 11111 | 11111 | 101010011 | 100011 | 110101 |
Color Harmonies of #B15D7B
Complementary color
Monochromatic Colors of #B15D7B
Black with #B15D7B
Text Example
Text Example
White with #B15D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15D7B; }
p { color: rgb(177,93,123); }
H1.HeaderClassName
{
color: #B15D7B;
}
.AnyTagClassName
{
color: #B15D7B;
}
</style>
background-color css
<style>
a { background-color: #B15D7B; }
a { background-color: rgb(177,93,123); }
div.DivClassName
{
background-color: #B15D7B;
}
.BgClassName
{
background-color: #B15D7B;
}
</style>
border-color css
<style>
span { border-color: #B15D7B; }
span { border-color: rgb(177,93,123); }
td.TdClassName
{
border-color: #B15D7B;
}
.TagClassName
{
border-color: #B15D7B;
}
</style>