Shades of Royal Heath #B04680
Tints of Royal Heath #B04680
RGB
CMYK
RGB Variations
Color information
#B04680 (or 0xB04680) is known color: Royal Heath. HEX triplet: B0, 46 and 80. RGB value is (176,70,128). Sum of RGB (Red+Green+Blue) = 176+70+128=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B04680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04680 is #4FB97F. Grayscale: #6C6C6C. Windows color (decimal): -5224832 or 8406704. OLE color: 8406704.
HSL color Cylindrical-coordinate representation of color #B04680: hue angle of 327.17º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04680 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 128 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.31 |
| HSL | 327.17º | 0.43% | 0.48% | - |
| HSV(B) | 327.17º | 0.6% | 0.69% | - |
| XYZ | 23.99 | 15.17 | 22.09 | - |
| YUV | 108.31 | 139.12 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 128 | 0 | 0.60 | 0.27 | 0.31 | 327.17 | 0.43 | 0.48 |
| Hex | B0 | 46 | 80 | 0 | 3C | 1B | 1F | 147 | 2B | 30 |
| Octal | 260 | 106 | 200 | 0 | 74 | 33 | 37 | 507 | 53 | 60 |
| Binary | 10110000 | 1000110 | 10000000 | 0 | 111100 | 11011 | 11111 | 101000111 | 101011 | 110000 |
Color Harmonies of #B04680
Complementary color
Monochromatic Colors of #B04680
Black with #B04680
Text Example
Text Example
White with #B04680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04680; }
p { color: rgb(176,70,128); }
H1.HeaderClassName
{
color: #B04680;
}
.AnyTagClassName
{
color: #B04680;
}
</style>
background-color css
<style>
a { background-color: #B04680; }
a { background-color: rgb(176,70,128); }
div.DivClassName
{
background-color: #B04680;
}
.BgClassName
{
background-color: #B04680;
}
</style>
border-color css
<style>
span { border-color: #B04680; }
span { border-color: rgb(176,70,128); }
td.TdClassName
{
border-color: #B04680;
}
.TagClassName
{
border-color: #B04680;
}
</style>