Shades of Royal Heath #B15C7B
Tints of Royal Heath #B15C7B
RGB
CMYK
RGB Variations
Color information
#B15C7B (or 0xB15C7B) is known color: Royal Heath. HEX triplet: B1, 5C and 7B. RGB value is (177,92,123). Sum of RGB (Red+Green+Blue) = 177+92+123=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15C7B is #4EA384. Grayscale: #787878. Windows color (decimal): -5153669 or 8084657. OLE color: 8084657.
HSL color Cylindrical-coordinate representation of color #B15C7B: hue angle of 338.12º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B15C7B is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 92 | 123 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.31 |
| HSL | 338.12º | 0.35% | 0.53% | - |
| HSV(B) | 338.12º | 0.48% | 0.69% | - |
| XYZ | 25.53 | 18.43 | 20.95 | - |
| YUV | 120.95 | 129.16 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 123 | 0 | 0.48 | 0.31 | 0.31 | 338.12 | 0.35 | 0.53 |
| Hex | B1 | 5C | 7B | 0 | 30 | 1F | 1F | 152 | 23 | 35 |
| Octal | 261 | 134 | 173 | 0 | 60 | 37 | 37 | 522 | 43 | 65 |
| Binary | 10110001 | 1011100 | 1111011 | 0 | 110000 | 11111 | 11111 | 101010010 | 100011 | 110101 |
Color Harmonies of #B15C7B
Complementary color
Monochromatic Colors of #B15C7B
Black with #B15C7B
Text Example
Text Example
White with #B15C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15C7B; }
p { color: rgb(177,92,123); }
H1.HeaderClassName
{
color: #B15C7B;
}
.AnyTagClassName
{
color: #B15C7B;
}
</style>
background-color css
<style>
a { background-color: #B15C7B; }
a { background-color: rgb(177,92,123); }
div.DivClassName
{
background-color: #B15C7B;
}
.BgClassName
{
background-color: #B15C7B;
}
</style>
border-color css
<style>
span { border-color: #B15C7B; }
span { border-color: rgb(177,92,123); }
td.TdClassName
{
border-color: #B15C7B;
}
.TagClassName
{
border-color: #B15C7B;
}
</style>