Shades of Royal Heath #B65275
Tints of Royal Heath #B65275
RGB
CMYK
RGB Variations
Color information
#B65275 (or 0xB65275) is known color: Royal Heath. HEX triplet: B6, 52 and 75. RGB value is (182,82,117). Sum of RGB (Red+Green+Blue) = 182+82+117=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B65275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65275 is #49AD8A. Grayscale: #737373. Windows color (decimal): -4828555 or 7688886. OLE color: 7688886.
HSL color Cylindrical-coordinate representation of color #B65275: hue angle of 339º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B65275 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 82 | 117 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.29 |
| HSL | 339º | 0.41% | 0.52% | - |
| HSV(B) | 339º | 0.55% | 0.71% | - |
| XYZ | 25.52 | 17.26 | 18.82 | - |
| YUV | 115.89 | 128.63 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 117 | 0 | 0.55 | 0.36 | 0.29 | 339 | 0.41 | 0.52 |
| Hex | B6 | 52 | 75 | 0 | 37 | 24 | 1D | 153 | 29 | 34 |
| Octal | 266 | 122 | 165 | 0 | 67 | 44 | 35 | 523 | 51 | 64 |
| Binary | 10110110 | 1010010 | 1110101 | 0 | 110111 | 100100 | 11101 | 101010011 | 101001 | 110100 |
Color Harmonies of #B65275
Complementary color
Monochromatic Colors of #B65275
Black with #B65275
Text Example
Text Example
White with #B65275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65275; }
p { color: rgb(182,82,117); }
H1.HeaderClassName
{
color: #B65275;
}
.AnyTagClassName
{
color: #B65275;
}
</style>
background-color css
<style>
a { background-color: #B65275; }
a { background-color: rgb(182,82,117); }
div.DivClassName
{
background-color: #B65275;
}
.BgClassName
{
background-color: #B65275;
}
</style>
border-color css
<style>
span { border-color: #B65275; }
span { border-color: rgb(182,82,117); }
td.TdClassName
{
border-color: #B65275;
}
.TagClassName
{
border-color: #B65275;
}
</style>