Shades of Royal Heath #B4446C
Tints of Royal Heath #B4446C
RGB
CMYK
RGB Variations
Color information
#B4446C (or 0xB4446C) is known color: Royal Heath. HEX triplet: B4, 44 and 6C. RGB value is (180,68,108). Sum of RGB (Red+Green+Blue) = 180+68+108=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B4446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4446C is #4BBB93. Grayscale: #6A6A6A. Windows color (decimal): -4963220 or 7095476. OLE color: 7095476.
HSL color Cylindrical-coordinate representation of color #B4446C: hue angle of 338.57º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4446C is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 108 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.29 |
| HSL | 338.57º | 0.45% | 0.49% | - |
| HSV(B) | 338.57º | 0.62% | 0.71% | - |
| XYZ | 23.6 | 14.92 | 15.82 | - |
| YUV | 106.05 | 129.11 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 108 | 0 | 0.62 | 0.40 | 0.29 | 338.57 | 0.45 | 0.49 |
| Hex | B4 | 44 | 6C | 0 | 3E | 28 | 1D | 153 | 2D | 31 |
| Octal | 264 | 104 | 154 | 0 | 76 | 50 | 35 | 523 | 55 | 61 |
| Binary | 10110100 | 1000100 | 1101100 | 0 | 111110 | 101000 | 11101 | 101010011 | 101101 | 110001 |
Color Harmonies of #B4446C
Complementary color
Monochromatic Colors of #B4446C
Black with #B4446C
Text Example
Text Example
White with #B4446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4446C; }
p { color: rgb(180,68,108); }
H1.HeaderClassName
{
color: #B4446C;
}
.AnyTagClassName
{
color: #B4446C;
}
</style>
background-color css
<style>
a { background-color: #B4446C; }
a { background-color: rgb(180,68,108); }
div.DivClassName
{
background-color: #B4446C;
}
.BgClassName
{
background-color: #B4446C;
}
</style>
border-color css
<style>
span { border-color: #B4446C; }
span { border-color: rgb(180,68,108); }
td.TdClassName
{
border-color: #B4446C;
}
.TagClassName
{
border-color: #B4446C;
}
</style>