Shades of Royal Heath #B05683
Tints of Royal Heath #B05683
RGB
CMYK
RGB Variations
Color information
#B05683 (or 0xB05683) is known color: Royal Heath. HEX triplet: B0, 56 and 83. RGB value is (176,86,131). Sum of RGB (Red+Green+Blue) = 176+86+131=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B05683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05683 is #4FA97C. Grayscale: #757575. Windows color (decimal): -5220733 or 8607408. OLE color: 8607408.
HSL color Cylindrical-coordinate representation of color #B05683: hue angle of 330º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B05683 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 131 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.31 |
| HSL | 330º | 0.36% | 0.51% | - |
| HSV(B) | 330º | 0.51% | 0.69% | - |
| XYZ | 25.33 | 17.52 | 23.52 | - |
| YUV | 118.04 | 135.32 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 131 | 0 | 0.51 | 0.26 | 0.31 | 330 | 0.36 | 0.51 |
| Hex | B0 | 56 | 83 | 0 | 33 | 1A | 1F | 14A | 24 | 33 |
| Octal | 260 | 126 | 203 | 0 | 63 | 32 | 37 | 512 | 44 | 63 |
| Binary | 10110000 | 1010110 | 10000011 | 0 | 110011 | 11010 | 11111 | 101001010 | 100100 | 110011 |
Color Harmonies of #B05683
Complementary color
Monochromatic Colors of #B05683
Black with #B05683
Text Example
Text Example
White with #B05683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05683; }
p { color: rgb(176,86,131); }
H1.HeaderClassName
{
color: #B05683;
}
.AnyTagClassName
{
color: #B05683;
}
</style>
background-color css
<style>
a { background-color: #B05683; }
a { background-color: rgb(176,86,131); }
div.DivClassName
{
background-color: #B05683;
}
.BgClassName
{
background-color: #B05683;
}
</style>
border-color css
<style>
span { border-color: #B05683; }
span { border-color: rgb(176,86,131); }
td.TdClassName
{
border-color: #B05683;
}
.TagClassName
{
border-color: #B05683;
}
</style>