Shades of Royal Heath #B15D75
Tints of Royal Heath #B15D75
RGB
CMYK
RGB Variations
Color information
#B15D75 (or 0xB15D75) is known color: Royal Heath. HEX triplet: B1, 5D and 75. RGB value is (177,93,117). Sum of RGB (Red+Green+Blue) = 177+93+117=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15D75 is #4EA28A. Grayscale: #787878. Windows color (decimal): -5153419 or 7691697. OLE color: 7691697.
HSL color Cylindrical-coordinate representation of color #B15D75: hue angle of 342.86º 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 #B15D75 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 93 | 117 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.31 |
| HSL | 342.86º | 0.35% | 0.53% | - |
| HSV(B) | 342.86º | 0.47% | 0.69% | - |
| XYZ | 25.26 | 18.46 | 19.06 | - |
| YUV | 120.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 117 | 0 | 0.47 | 0.34 | 0.31 | 342.86 | 0.35 | 0.53 |
| Hex | B1 | 5D | 75 | 0 | 2F | 22 | 1F | 157 | 23 | 35 |
| Octal | 261 | 135 | 165 | 0 | 57 | 42 | 37 | 527 | 43 | 65 |
| Binary | 10110001 | 1011101 | 1110101 | 0 | 101111 | 100010 | 11111 | 101010111 | 100011 | 110101 |
Color Harmonies of #B15D75
Complementary color
Monochromatic Colors of #B15D75
Black with #B15D75
Text Example
Text Example
White with #B15D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15D75; }
p { color: rgb(177,93,117); }
H1.HeaderClassName
{
color: #B15D75;
}
.AnyTagClassName
{
color: #B15D75;
}
</style>
background-color css
<style>
a { background-color: #B15D75; }
a { background-color: rgb(177,93,117); }
div.DivClassName
{
background-color: #B15D75;
}
.BgClassName
{
background-color: #B15D75;
}
</style>
border-color css
<style>
span { border-color: #B15D75; }
span { border-color: rgb(177,93,117); }
td.TdClassName
{
border-color: #B15D75;
}
.TagClassName
{
border-color: #B15D75;
}
</style>