Shades of Royal Heath #B45683
Tints of Royal Heath #B45683
RGB
CMYK
RGB Variations
Color information
#B45683 (or 0xB45683) is known color: Royal Heath. HEX triplet: B4, 56 and 83. RGB value is (180,86,131). Sum of RGB (Red+Green+Blue) = 180+86+131=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B45683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45683 is #4BA97C. Grayscale: #777777. Windows color (decimal): -4958589 or 8607412. OLE color: 8607412.
HSL color Cylindrical-coordinate representation of color #B45683: hue angle of 331.28º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B45683 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 86 | 131 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.29 |
| HSL | 331.28º | 0.39% | 0.52% | - |
| HSV(B) | 331.28º | 0.52% | 0.71% | - |
| XYZ | 26.25 | 18 | 23.56 | - |
| YUV | 119.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 131 | 0 | 0.52 | 0.27 | 0.29 | 331.28 | 0.39 | 0.52 |
| Hex | B4 | 56 | 83 | 0 | 34 | 1B | 1D | 14B | 27 | 34 |
| Octal | 264 | 126 | 203 | 0 | 64 | 33 | 35 | 513 | 47 | 64 |
| Binary | 10110100 | 1010110 | 10000011 | 0 | 110100 | 11011 | 11101 | 101001011 | 100111 | 110100 |
Color Harmonies of #B45683
Complementary color
Monochromatic Colors of #B45683
Black with #B45683
Text Example
Text Example
White with #B45683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45683; }
p { color: rgb(180,86,131); }
H1.HeaderClassName
{
color: #B45683;
}
.AnyTagClassName
{
color: #B45683;
}
</style>
background-color css
<style>
a { background-color: #B45683; }
a { background-color: rgb(180,86,131); }
div.DivClassName
{
background-color: #B45683;
}
.BgClassName
{
background-color: #B45683;
}
</style>
border-color css
<style>
span { border-color: #B45683; }
span { border-color: rgb(180,86,131); }
td.TdClassName
{
border-color: #B45683;
}
.TagClassName
{
border-color: #B45683;
}
</style>