Shades of Royal Heath #B8486B
Tints of Royal Heath #B8486B
RGB
CMYK
RGB Variations
Color information
#B8486B (or 0xB8486B) is known color: Royal Heath. HEX triplet: B8, 48 and 6B. RGB value is (184,72,107). Sum of RGB (Red+Green+Blue) = 184+72+107=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8486B is #47B794. Grayscale: #6D6D6D. Windows color (decimal): -4700053 or 7030968. OLE color: 7030968.
HSL color Cylindrical-coordinate representation of color #B8486B: hue angle of 341.25º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8486B is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 107 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.28 |
| HSL | 341.25º | 0.44% | 0.5% | - |
| HSV(B) | 341.25º | 0.61% | 0.72% | - |
| XYZ | 24.74 | 15.89 | 15.67 | - |
| YUV | 109.48 | 126.61 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 107 | 0 | 0.61 | 0.42 | 0.28 | 341.25 | 0.44 | 0.5 |
| Hex | B8 | 48 | 6B | 0 | 3D | 2A | 1C | 155 | 2C | 32 |
| Octal | 270 | 110 | 153 | 0 | 75 | 52 | 34 | 525 | 54 | 62 |
| Binary | 10111000 | 1001000 | 1101011 | 0 | 111101 | 101010 | 11100 | 101010101 | 101100 | 110010 |
Color Harmonies of #B8486B
Complementary color
Monochromatic Colors of #B8486B
Black with #B8486B
Text Example
Text Example
White with #B8486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8486B; }
p { color: rgb(184,72,107); }
H1.HeaderClassName
{
color: #B8486B;
}
.AnyTagClassName
{
color: #B8486B;
}
</style>
background-color css
<style>
a { background-color: #B8486B; }
a { background-color: rgb(184,72,107); }
div.DivClassName
{
background-color: #B8486B;
}
.BgClassName
{
background-color: #B8486B;
}
</style>
border-color css
<style>
span { border-color: #B8486B; }
span { border-color: rgb(184,72,107); }
td.TdClassName
{
border-color: #B8486B;
}
.TagClassName
{
border-color: #B8486B;
}
</style>