Shades of Royal Heath #B05A7F
Tints of Royal Heath #B05A7F
RGB
CMYK
RGB Variations
Color information
#B05A7F (or 0xB05A7F) is known color: Royal Heath. HEX triplet: B0, 5A and 7F. RGB value is (176,90,127). Sum of RGB (Red+Green+Blue) = 176+90+127=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A7F is #4FA580. Grayscale: #777777. Windows color (decimal): -5219713 or 8346288. OLE color: 8346288.
HSL color Cylindrical-coordinate representation of color #B05A7F: hue angle of 334.19º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05A7F is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 127 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.31 |
| HSL | 334.19º | 0.35% | 0.52% | - |
| HSV(B) | 334.19º | 0.49% | 0.69% | - |
| XYZ | 25.39 | 18.07 | 22.23 | - |
| YUV | 119.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 127 | 0 | 0.49 | 0.28 | 0.31 | 334.19 | 0.35 | 0.52 |
| Hex | B0 | 5A | 7F | 0 | 31 | 1C | 1F | 14E | 23 | 34 |
| Octal | 260 | 132 | 177 | 0 | 61 | 34 | 37 | 516 | 43 | 64 |
| Binary | 10110000 | 1011010 | 1111111 | 0 | 110001 | 11100 | 11111 | 101001110 | 100011 | 110100 |
Color Harmonies of #B05A7F
Complementary color
Monochromatic Colors of #B05A7F
Black with #B05A7F
Text Example
Text Example
White with #B05A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A7F; }
p { color: rgb(176,90,127); }
H1.HeaderClassName
{
color: #B05A7F;
}
.AnyTagClassName
{
color: #B05A7F;
}
</style>
background-color css
<style>
a { background-color: #B05A7F; }
a { background-color: rgb(176,90,127); }
div.DivClassName
{
background-color: #B05A7F;
}
.BgClassName
{
background-color: #B05A7F;
}
</style>
border-color css
<style>
span { border-color: #B05A7F; }
span { border-color: rgb(176,90,127); }
td.TdClassName
{
border-color: #B05A7F;
}
.TagClassName
{
border-color: #B05A7F;
}
</style>