Shades of Royal Heath #B03B77
Tints of Royal Heath #B03B77
RGB
CMYK
RGB Variations
Color information
#B03B77 (or 0xB03B77) is known color: Royal Heath. HEX triplet: B0, 3B and 77. RGB value is (176,59,119). Sum of RGB (Red+Green+Blue) = 176+59+119=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03B77 is #4FC488. Grayscale: #646464. Windows color (decimal): -5227657 or 7814064. OLE color: 7814064.
HSL color Cylindrical-coordinate representation of color #B03B77: hue angle of 329.23º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03B77 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 59 | 119 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.31 |
| HSL | 329.23º | 0.5% | 0.46% | - |
| HSV(B) | 329.23º | 0.66% | 0.69% | - |
| XYZ | 22.8 | 13.69 | 18.89 | - |
| YUV | 100.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 119 | 0 | 0.66 | 0.32 | 0.31 | 329.23 | 0.5 | 0.46 |
| Hex | B0 | 3B | 77 | 0 | 42 | 20 | 1F | 149 | 32 | 2E |
| Octal | 260 | 73 | 167 | 0 | 102 | 40 | 37 | 511 | 62 | 56 |
| Binary | 10110000 | 111011 | 1110111 | 0 | 1000010 | 100000 | 11111 | 101001001 | 110010 | 101110 |
Color Harmonies of #B03B77
Complementary color
Monochromatic Colors of #B03B77
Black with #B03B77
Text Example
Text Example
White with #B03B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03B77; }
p { color: rgb(176,59,119); }
H1.HeaderClassName
{
color: #B03B77;
}
.AnyTagClassName
{
color: #B03B77;
}
</style>
background-color css
<style>
a { background-color: #B03B77; }
a { background-color: rgb(176,59,119); }
div.DivClassName
{
background-color: #B03B77;
}
.BgClassName
{
background-color: #B03B77;
}
</style>
border-color css
<style>
span { border-color: #B03B77; }
span { border-color: rgb(176,59,119); }
td.TdClassName
{
border-color: #B03B77;
}
.TagClassName
{
border-color: #B03B77;
}
</style>