Shades of Royal Heath #B34176
Tints of Royal Heath #B34176
RGB
CMYK
RGB Variations
Color information
#B34176 (or 0xB34176) is known color: Royal Heath. HEX triplet: B3, 41 and 76. RGB value is (179,65,118). Sum of RGB (Red+Green+Blue) = 179+65+118=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B34176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34176 is #4CBE89. Grayscale: #696969. Windows color (decimal): -5029514 or 7750067. OLE color: 7750067.
HSL color Cylindrical-coordinate representation of color #B34176: hue angle of 332.11º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34176 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 118 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.30 |
| HSL | 332.11º | 0.47% | 0.48% | - |
| HSV(B) | 332.11º | 0.64% | 0.7% | - |
| XYZ | 23.75 | 14.67 | 18.72 | - |
| YUV | 105.13 | 135.27 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 118 | 0 | 0.64 | 0.34 | 0.30 | 332.11 | 0.47 | 0.48 |
| Hex | B3 | 41 | 76 | 0 | 40 | 22 | 1E | 14C | 2F | 30 |
| Octal | 263 | 101 | 166 | 0 | 100 | 42 | 36 | 514 | 57 | 60 |
| Binary | 10110011 | 1000001 | 1110110 | 0 | 1000000 | 100010 | 11110 | 101001100 | 101111 | 110000 |
Color Harmonies of #B34176
Complementary color
Monochromatic Colors of #B34176
Black with #B34176
Text Example
Text Example
White with #B34176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34176; }
p { color: rgb(179,65,118); }
H1.HeaderClassName
{
color: #B34176;
}
.AnyTagClassName
{
color: #B34176;
}
</style>
background-color css
<style>
a { background-color: #B34176; }
a { background-color: rgb(179,65,118); }
div.DivClassName
{
background-color: #B34176;
}
.BgClassName
{
background-color: #B34176;
}
</style>
border-color css
<style>
span { border-color: #B34176; }
span { border-color: rgb(179,65,118); }
td.TdClassName
{
border-color: #B34176;
}
.TagClassName
{
border-color: #B34176;
}
</style>