Shades of Royal Heath #B4436C
Tints of Royal Heath #B4436C
RGB
CMYK
RGB Variations
Color information
#B4436C (or 0xB4436C) is known color: Royal Heath. HEX triplet: B4, 43 and 6C. RGB value is (180,67,108). Sum of RGB (Red+Green+Blue) = 180+67+108=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4436C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4436C is #4BBC93. Grayscale: #696969. Windows color (decimal): -4963476 or 7095220. OLE color: 7095220.
HSL color Cylindrical-coordinate representation of color #B4436C: hue angle of 338.23º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4436C is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 67 | 108 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.29 |
| HSL | 338.23º | 0.46% | 0.48% | - |
| HSV(B) | 338.23º | 0.63% | 0.71% | - |
| XYZ | 23.54 | 14.8 | 15.8 | - |
| YUV | 105.46 | 129.44 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 108 | 0 | 0.63 | 0.40 | 0.29 | 338.23 | 0.46 | 0.48 |
| Hex | B4 | 43 | 6C | 0 | 3F | 28 | 1D | 152 | 2E | 30 |
| Octal | 264 | 103 | 154 | 0 | 77 | 50 | 35 | 522 | 56 | 60 |
| Binary | 10110100 | 1000011 | 1101100 | 0 | 111111 | 101000 | 11101 | 101010010 | 101110 | 110000 |
Color Harmonies of #B4436C
Complementary color
Monochromatic Colors of #B4436C
Black with #B4436C
Text Example
Text Example
White with #B4436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4436C; }
p { color: rgb(180,67,108); }
H1.HeaderClassName
{
color: #B4436C;
}
.AnyTagClassName
{
color: #B4436C;
}
</style>
background-color css
<style>
a { background-color: #B4436C; }
a { background-color: rgb(180,67,108); }
div.DivClassName
{
background-color: #B4436C;
}
.BgClassName
{
background-color: #B4436C;
}
</style>
border-color css
<style>
span { border-color: #B4436C; }
span { border-color: rgb(180,67,108); }
td.TdClassName
{
border-color: #B4436C;
}
.TagClassName
{
border-color: #B4436C;
}
</style>