Shades of Royal Heath #B44A6B
Tints of Royal Heath #B44A6B
RGB
CMYK
RGB Variations
Color information
#B44A6B (or 0xB44A6B) is known color: Royal Heath. HEX triplet: B4, 4A and 6B. RGB value is (180,74,107). Sum of RGB (Red+Green+Blue) = 180+74+107=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44A6B is #4BB594. Grayscale: #6D6D6D. Windows color (decimal): -4961685 or 7031476. OLE color: 7031476.
HSL color Cylindrical-coordinate representation of color #B44A6B: hue angle of 341.32º 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 #B44A6B is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 74 | 107 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.29 |
| HSL | 341.32º | 0.42% | 0.5% | - |
| HSV(B) | 341.32º | 0.59% | 0.71% | - |
| XYZ | 23.93 | 15.66 | 15.67 | - |
| YUV | 109.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 74 | 107 | 0 | 0.59 | 0.41 | 0.29 | 341.32 | 0.42 | 0.5 |
| Hex | B4 | 4A | 6B | 0 | 3B | 29 | 1D | 155 | 2A | 32 |
| Octal | 264 | 112 | 153 | 0 | 73 | 51 | 35 | 525 | 52 | 62 |
| Binary | 10110100 | 1001010 | 1101011 | 0 | 111011 | 101001 | 11101 | 101010101 | 101010 | 110010 |
Color Harmonies of #B44A6B
Complementary color
Monochromatic Colors of #B44A6B
Black with #B44A6B
Text Example
Text Example
White with #B44A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44A6B; }
p { color: rgb(180,74,107); }
H1.HeaderClassName
{
color: #B44A6B;
}
.AnyTagClassName
{
color: #B44A6B;
}
</style>
background-color css
<style>
a { background-color: #B44A6B; }
a { background-color: rgb(180,74,107); }
div.DivClassName
{
background-color: #B44A6B;
}
.BgClassName
{
background-color: #B44A6B;
}
</style>
border-color css
<style>
span { border-color: #B44A6B; }
span { border-color: rgb(180,74,107); }
td.TdClassName
{
border-color: #B44A6B;
}
.TagClassName
{
border-color: #B44A6B;
}
</style>