Shades of Royal Heath #B05583
Tints of Royal Heath #B05583
RGB
CMYK
RGB Variations
Color information
#B05583 (or 0xB05583) is known color: Royal Heath. HEX triplet: B0, 55 and 83. RGB value is (176,85,131). Sum of RGB (Red+Green+Blue) = 176+85+131=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B05583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05583 is #4FAA7C. Grayscale: #757575. Windows color (decimal): -5220989 or 8607152. OLE color: 8607152.
HSL color Cylindrical-coordinate representation of color #B05583: hue angle of 329.67º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05583 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 131 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.31 |
| HSL | 329.67º | 0.37% | 0.51% | - |
| HSV(B) | 329.67º | 0.52% | 0.69% | - |
| XYZ | 25.25 | 17.37 | 23.49 | - |
| YUV | 117.45 | 135.65 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 131 | 0 | 0.52 | 0.26 | 0.31 | 329.67 | 0.37 | 0.51 |
| Hex | B0 | 55 | 83 | 0 | 34 | 1A | 1F | 14A | 25 | 33 |
| Octal | 260 | 125 | 203 | 0 | 64 | 32 | 37 | 512 | 45 | 63 |
| Binary | 10110000 | 1010101 | 10000011 | 0 | 110100 | 11010 | 11111 | 101001010 | 100101 | 110011 |
Color Harmonies of #B05583
Complementary color
Monochromatic Colors of #B05583
Black with #B05583
Text Example
Text Example
White with #B05583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05583; }
p { color: rgb(176,85,131); }
H1.HeaderClassName
{
color: #B05583;
}
.AnyTagClassName
{
color: #B05583;
}
</style>
background-color css
<style>
a { background-color: #B05583; }
a { background-color: rgb(176,85,131); }
div.DivClassName
{
background-color: #B05583;
}
.BgClassName
{
background-color: #B05583;
}
</style>
border-color css
<style>
span { border-color: #B05583; }
span { border-color: rgb(176,85,131); }
td.TdClassName
{
border-color: #B05583;
}
.TagClassName
{
border-color: #B05583;
}
</style>