Shades of Royal Heath #B0486B
Tints of Royal Heath #B0486B
RGB
CMYK
RGB Variations
Color information
#B0486B (or 0xB0486B) is known color: Royal Heath. HEX triplet: B0, 48 and 6B. RGB value is (176,72,107). Sum of RGB (Red+Green+Blue) = 176+72+107=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0486B is #4FB794. Grayscale: #6B6B6B. Windows color (decimal): -5224341 or 7030960. OLE color: 7030960.
HSL color Cylindrical-coordinate representation of color #B0486B: hue angle of 339.81º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0486B is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 107 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.31 |
| HSL | 339.81º | 0.42% | 0.49% | - |
| HSV(B) | 339.81º | 0.59% | 0.69% | - |
| XYZ | 22.88 | 14.93 | 15.59 | - |
| YUV | 107.09 | 127.96 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 107 | 0 | 0.59 | 0.39 | 0.31 | 339.81 | 0.42 | 0.49 |
| Hex | B0 | 48 | 6B | 0 | 3B | 27 | 1F | 154 | 2A | 31 |
| Octal | 260 | 110 | 153 | 0 | 73 | 47 | 37 | 524 | 52 | 61 |
| Binary | 10110000 | 1001000 | 1101011 | 0 | 111011 | 100111 | 11111 | 101010100 | 101010 | 110001 |
Color Harmonies of #B0486B
Complementary color
Monochromatic Colors of #B0486B
Black with #B0486B
Text Example
Text Example
White with #B0486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0486B; }
p { color: rgb(176,72,107); }
H1.HeaderClassName
{
color: #B0486B;
}
.AnyTagClassName
{
color: #B0486B;
}
</style>
background-color css
<style>
a { background-color: #B0486B; }
a { background-color: rgb(176,72,107); }
div.DivClassName
{
background-color: #B0486B;
}
.BgClassName
{
background-color: #B0486B;
}
</style>
border-color css
<style>
span { border-color: #B0486B; }
span { border-color: rgb(176,72,107); }
td.TdClassName
{
border-color: #B0486B;
}
.TagClassName
{
border-color: #B0486B;
}
</style>