Shades of Royal Heath #B44A6C
Tints of Royal Heath #B44A6C
RGB
CMYK
RGB Variations
Color information
#B44A6C (or 0xB44A6C) is known color: Royal Heath. HEX triplet: B4, 4A and 6C. RGB value is (180,74,108). Sum of RGB (Red+Green+Blue) = 180+74+108=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44A6C is #4BB593. Grayscale: #6D6D6D. Windows color (decimal): -4961684 or 7097012. OLE color: 7097012.
HSL color Cylindrical-coordinate representation of color #B44A6C: hue angle of 340.75º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B44A6C is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 74 | 108 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.29 |
| HSL | 340.75º | 0.42% | 0.5% | - |
| HSV(B) | 340.75º | 0.59% | 0.71% | - |
| XYZ | 23.98 | 15.68 | 15.95 | - |
| YUV | 109.57 | 127.12 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 74 | 108 | 0 | 0.59 | 0.40 | 0.29 | 340.75 | 0.42 | 0.5 |
| Hex | B4 | 4A | 6C | 0 | 3B | 28 | 1D | 155 | 2A | 32 |
| Octal | 264 | 112 | 154 | 0 | 73 | 50 | 35 | 525 | 52 | 62 |
| Binary | 10110100 | 1001010 | 1101100 | 0 | 111011 | 101000 | 11101 | 101010101 | 101010 | 110010 |
Color Harmonies of #B44A6C
Complementary color
Monochromatic Colors of #B44A6C
Black with #B44A6C
Text Example
Text Example
White with #B44A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44A6C; }
p { color: rgb(180,74,108); }
H1.HeaderClassName
{
color: #B44A6C;
}
.AnyTagClassName
{
color: #B44A6C;
}
</style>
background-color css
<style>
a { background-color: #B44A6C; }
a { background-color: rgb(180,74,108); }
div.DivClassName
{
background-color: #B44A6C;
}
.BgClassName
{
background-color: #B44A6C;
}
</style>
border-color css
<style>
span { border-color: #B44A6C; }
span { border-color: rgb(180,74,108); }
td.TdClassName
{
border-color: #B44A6C;
}
.TagClassName
{
border-color: #B44A6C;
}
</style>