Shades of Royal Heath #B63F6F
Tints of Royal Heath #B63F6F
RGB
CMYK
RGB Variations
Color information
#B63F6F (or 0xB63F6F) is known color: Royal Heath. HEX triplet: B6, 3F and 6F. RGB value is (182,63,111). Sum of RGB (Red+Green+Blue) = 182+63+111=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63F6F is #49C090. Grayscale: #676767. Windows color (decimal): -4833425 or 7290806. OLE color: 7290806.
HSL color Cylindrical-coordinate representation of color #B63F6F: hue angle of 335.8º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63F6F is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 111 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.29 |
| HSL | 335.8º | 0.49% | 0.48% | - |
| HSV(B) | 335.8º | 0.65% | 0.71% | - |
| XYZ | 23.94 | 14.65 | 16.6 | - |
| YUV | 104.05 | 131.92 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 111 | 0 | 0.65 | 0.39 | 0.29 | 335.8 | 0.49 | 0.48 |
| Hex | B6 | 3F | 6F | 0 | 41 | 27 | 1D | 150 | 31 | 30 |
| Octal | 266 | 77 | 157 | 0 | 101 | 47 | 35 | 520 | 61 | 60 |
| Binary | 10110110 | 111111 | 1101111 | 0 | 1000001 | 100111 | 11101 | 101010000 | 110001 | 110000 |
Color Harmonies of #B63F6F
Complementary color
Monochromatic Colors of #B63F6F
Black with #B63F6F
Text Example
Text Example
White with #B63F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F6F; }
p { color: rgb(182,63,111); }
H1.HeaderClassName
{
color: #B63F6F;
}
.AnyTagClassName
{
color: #B63F6F;
}
</style>
background-color css
<style>
a { background-color: #B63F6F; }
a { background-color: rgb(182,63,111); }
div.DivClassName
{
background-color: #B63F6F;
}
.BgClassName
{
background-color: #B63F6F;
}
</style>
border-color css
<style>
span { border-color: #B63F6F; }
span { border-color: rgb(182,63,111); }
td.TdClassName
{
border-color: #B63F6F;
}
.TagClassName
{
border-color: #B63F6F;
}
</style>