Shades of Royal Heath #B34A6F
Tints of Royal Heath #B34A6F
RGB
CMYK
RGB Variations
Color information
#B34A6F (or 0xB34A6F) is known color: Royal Heath. HEX triplet: B3, 4A and 6F. RGB value is (179,74,111). Sum of RGB (Red+Green+Blue) = 179+74+111=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34A6F is #4CB590. Grayscale: #6D6D6D. Windows color (decimal): -5027217 or 7293619. OLE color: 7293619.
HSL color Cylindrical-coordinate representation of color #B34A6F: hue angle of 338.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34A6F is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 74 | 111 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.30 |
| HSL | 338.86º | 0.42% | 0.5% | - |
| HSV(B) | 338.86º | 0.59% | 0.7% | - |
| XYZ | 23.91 | 15.63 | 16.8 | - |
| YUV | 109.61 | 128.79 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 111 | 0 | 0.59 | 0.38 | 0.30 | 338.86 | 0.42 | 0.5 |
| Hex | B3 | 4A | 6F | 0 | 3B | 26 | 1E | 153 | 2A | 32 |
| Octal | 263 | 112 | 157 | 0 | 73 | 46 | 36 | 523 | 52 | 62 |
| Binary | 10110011 | 1001010 | 1101111 | 0 | 111011 | 100110 | 11110 | 101010011 | 101010 | 110010 |
Color Harmonies of #B34A6F
Complementary color
Monochromatic Colors of #B34A6F
Black with #B34A6F
Text Example
Text Example
White with #B34A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34A6F; }
p { color: rgb(179,74,111); }
H1.HeaderClassName
{
color: #B34A6F;
}
.AnyTagClassName
{
color: #B34A6F;
}
</style>
background-color css
<style>
a { background-color: #B34A6F; }
a { background-color: rgb(179,74,111); }
div.DivClassName
{
background-color: #B34A6F;
}
.BgClassName
{
background-color: #B34A6F;
}
</style>
border-color css
<style>
span { border-color: #B34A6F; }
span { border-color: rgb(179,74,111); }
td.TdClassName
{
border-color: #B34A6F;
}
.TagClassName
{
border-color: #B34A6F;
}
</style>