Shades of Royal Heath #B75A82
Tints of Royal Heath #B75A82
RGB
CMYK
RGB Variations
Color information
#B75A82 (or 0xB75A82) is known color: Royal Heath. HEX triplet: B7, 5A and 82. RGB value is (183,90,130). Sum of RGB (Red+Green+Blue) = 183+90+130=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A82 is #48A57D. Grayscale: #7A7A7A. Windows color (decimal): -4760958 or 8542903. OLE color: 8542903.
HSL color Cylindrical-coordinate representation of color #B75A82: hue angle of 334.19º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75A82 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 90 | 130 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.28 |
| HSL | 334.19º | 0.39% | 0.54% | - |
| HSV(B) | 334.19º | 0.51% | 0.72% | - |
| XYZ | 27.21 | 18.99 | 23.35 | - |
| YUV | 122.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 130 | 0 | 0.51 | 0.29 | 0.28 | 334.19 | 0.39 | 0.54 |
| Hex | B7 | 5A | 82 | 0 | 33 | 1D | 1C | 14E | 27 | 36 |
| Octal | 267 | 132 | 202 | 0 | 63 | 35 | 34 | 516 | 47 | 66 |
| Binary | 10110111 | 1011010 | 10000010 | 0 | 110011 | 11101 | 11100 | 101001110 | 100111 | 110110 |
Color Harmonies of #B75A82
Complementary color
Monochromatic Colors of #B75A82
Black with #B75A82
Text Example
Text Example
White with #B75A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75A82; }
p { color: rgb(183,90,130); }
H1.HeaderClassName
{
color: #B75A82;
}
.AnyTagClassName
{
color: #B75A82;
}
</style>
background-color css
<style>
a { background-color: #B75A82; }
a { background-color: rgb(183,90,130); }
div.DivClassName
{
background-color: #B75A82;
}
.BgClassName
{
background-color: #B75A82;
}
</style>
border-color css
<style>
span { border-color: #B75A82; }
span { border-color: rgb(183,90,130); }
td.TdClassName
{
border-color: #B75A82;
}
.TagClassName
{
border-color: #B75A82;
}
</style>