Shades of Royal Heath #B65376
Tints of Royal Heath #B65376
RGB
CMYK
RGB Variations
Color information
#B65376 (or 0xB65376) is known color: Royal Heath. HEX triplet: B6, 53 and 76. RGB value is (182,83,118). Sum of RGB (Red+Green+Blue) = 182+83+118=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B65376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65376 is #49AC89. Grayscale: #747474. Windows color (decimal): -4828298 or 7754678. OLE color: 7754678.
HSL color Cylindrical-coordinate representation of color #B65376: hue angle of 338.79º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65376 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 83 | 118 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.29 |
| HSL | 338.79º | 0.4% | 0.52% | - |
| HSV(B) | 338.79º | 0.54% | 0.71% | - |
| XYZ | 25.65 | 17.44 | 19.15 | - |
| YUV | 116.59 | 128.8 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 118 | 0 | 0.54 | 0.35 | 0.29 | 338.79 | 0.4 | 0.52 |
| Hex | B6 | 53 | 76 | 0 | 36 | 23 | 1D | 153 | 28 | 34 |
| Octal | 266 | 123 | 166 | 0 | 66 | 43 | 35 | 523 | 50 | 64 |
| Binary | 10110110 | 1010011 | 1110110 | 0 | 110110 | 100011 | 11101 | 101010011 | 101000 | 110100 |
Color Harmonies of #B65376
Complementary color
Monochromatic Colors of #B65376
Black with #B65376
Text Example
Text Example
White with #B65376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65376; }
p { color: rgb(182,83,118); }
H1.HeaderClassName
{
color: #B65376;
}
.AnyTagClassName
{
color: #B65376;
}
</style>
background-color css
<style>
a { background-color: #B65376; }
a { background-color: rgb(182,83,118); }
div.DivClassName
{
background-color: #B65376;
}
.BgClassName
{
background-color: #B65376;
}
</style>
border-color css
<style>
span { border-color: #B65376; }
span { border-color: rgb(182,83,118); }
td.TdClassName
{
border-color: #B65376;
}
.TagClassName
{
border-color: #B65376;
}
</style>