Shades of Royal Heath #B15075
Tints of Royal Heath #B15075
RGB
CMYK
RGB Variations
Color information
#B15075 (or 0xB15075) is known color: Royal Heath. HEX triplet: B1, 50 and 75. RGB value is (177,80,117). Sum of RGB (Red+Green+Blue) = 177+80+117=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B15075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15075 is #4EAF8A. Grayscale: #717171. Windows color (decimal): -5156747 or 7688369. OLE color: 7688369.
HSL color Cylindrical-coordinate representation of color #B15075: hue angle of 337.11º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B15075 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 117 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.31 |
| HSL | 337.11º | 0.38% | 0.5% | - |
| HSV(B) | 337.11º | 0.55% | 0.69% | - |
| XYZ | 24.21 | 16.37 | 18.71 | - |
| YUV | 113.22 | 130.14 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 117 | 0 | 0.55 | 0.34 | 0.31 | 337.11 | 0.38 | 0.5 |
| Hex | B1 | 50 | 75 | 0 | 37 | 22 | 1F | 151 | 26 | 32 |
| Octal | 261 | 120 | 165 | 0 | 67 | 42 | 37 | 521 | 46 | 62 |
| Binary | 10110001 | 1010000 | 1110101 | 0 | 110111 | 100010 | 11111 | 101010001 | 100110 | 110010 |
Color Harmonies of #B15075
Complementary color
Monochromatic Colors of #B15075
Black with #B15075
Text Example
Text Example
White with #B15075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15075; }
p { color: rgb(177,80,117); }
H1.HeaderClassName
{
color: #B15075;
}
.AnyTagClassName
{
color: #B15075;
}
</style>
background-color css
<style>
a { background-color: #B15075; }
a { background-color: rgb(177,80,117); }
div.DivClassName
{
background-color: #B15075;
}
.BgClassName
{
background-color: #B15075;
}
</style>
border-color css
<style>
span { border-color: #B15075; }
span { border-color: rgb(177,80,117); }
td.TdClassName
{
border-color: #B15075;
}
.TagClassName
{
border-color: #B15075;
}
</style>