Shades of Royal Heath #B34D6D
Tints of Royal Heath #B34D6D
RGB
CMYK
RGB Variations
Color information
#B34D6D (or 0xB34D6D) is known color: Royal Heath. HEX triplet: B3, 4D and 6D. RGB value is (179,77,109). Sum of RGB (Red+Green+Blue) = 179+77+109=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34D6D is #4CB292. Grayscale: #6F6F6F. Windows color (decimal): -5026451 or 7163315. OLE color: 7163315.
HSL color Cylindrical-coordinate representation of color #B34D6D: hue angle of 341.18º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B34D6D is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 77 | 109 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.30 |
| HSL | 341.18º | 0.4% | 0.5% | - |
| HSV(B) | 341.18º | 0.57% | 0.7% | - |
| XYZ | 24 | 16 | 16.29 | - |
| YUV | 111.15 | 126.79 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 109 | 0 | 0.57 | 0.39 | 0.30 | 341.18 | 0.4 | 0.5 |
| Hex | B3 | 4D | 6D | 0 | 39 | 27 | 1E | 155 | 28 | 32 |
| Octal | 263 | 115 | 155 | 0 | 71 | 47 | 36 | 525 | 50 | 62 |
| Binary | 10110011 | 1001101 | 1101101 | 0 | 111001 | 100111 | 11110 | 101010101 | 101000 | 110010 |
Color Harmonies of #B34D6D
Complementary color
Monochromatic Colors of #B34D6D
Black with #B34D6D
Text Example
Text Example
White with #B34D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34D6D; }
p { color: rgb(179,77,109); }
H1.HeaderClassName
{
color: #B34D6D;
}
.AnyTagClassName
{
color: #B34D6D;
}
</style>
background-color css
<style>
a { background-color: #B34D6D; }
a { background-color: rgb(179,77,109); }
div.DivClassName
{
background-color: #B34D6D;
}
.BgClassName
{
background-color: #B34D6D;
}
</style>
border-color css
<style>
span { border-color: #B34D6D; }
span { border-color: rgb(179,77,109); }
td.TdClassName
{
border-color: #B34D6D;
}
.TagClassName
{
border-color: #B34D6D;
}
</style>