Shades of Royal Heath #B7486B
Tints of Royal Heath #B7486B
RGB
CMYK
RGB Variations
Color information
#B7486B (or 0xB7486B) is known color: Royal Heath. HEX triplet: B7, 48 and 6B. RGB value is (183,72,107). Sum of RGB (Red+Green+Blue) = 183+72+107=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7486B is #48B794. Grayscale: #6D6D6D. Windows color (decimal): -4765589 or 7030967. OLE color: 7030967.
HSL color Cylindrical-coordinate representation of color #B7486B: hue angle of 341.08º 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 #B7486B is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 107 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.28 |
| HSL | 341.08º | 0.44% | 0.5% | - |
| HSV(B) | 341.08º | 0.61% | 0.72% | - |
| XYZ | 24.5 | 15.76 | 15.66 | - |
| YUV | 109.18 | 126.77 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 107 | 0 | 0.61 | 0.42 | 0.28 | 341.08 | 0.44 | 0.5 |
| Hex | B7 | 48 | 6B | 0 | 3D | 2A | 1C | 155 | 2C | 32 |
| Octal | 267 | 110 | 153 | 0 | 75 | 52 | 34 | 525 | 54 | 62 |
| Binary | 10110111 | 1001000 | 1101011 | 0 | 111101 | 101010 | 11100 | 101010101 | 101100 | 110010 |
Color Harmonies of #B7486B
Complementary color
Monochromatic Colors of #B7486B
Black with #B7486B
Text Example
Text Example
White with #B7486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7486B; }
p { color: rgb(183,72,107); }
H1.HeaderClassName
{
color: #B7486B;
}
.AnyTagClassName
{
color: #B7486B;
}
</style>
background-color css
<style>
a { background-color: #B7486B; }
a { background-color: rgb(183,72,107); }
div.DivClassName
{
background-color: #B7486B;
}
.BgClassName
{
background-color: #B7486B;
}
</style>
border-color css
<style>
span { border-color: #B7486B; }
span { border-color: rgb(183,72,107); }
td.TdClassName
{
border-color: #B7486B;
}
.TagClassName
{
border-color: #B7486B;
}
</style>