Shades of Royal Heath #B1496C
Tints of Royal Heath #B1496C
RGB
CMYK
RGB Variations
Color information
#B1496C (or 0xB1496C) is known color: Royal Heath. HEX triplet: B1, 49 and 6C. RGB value is (177,73,108). Sum of RGB (Red+Green+Blue) = 177+73+108=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B1496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1496C is #4EB693. Grayscale: #6C6C6C. Windows color (decimal): -5158548 or 7096753. OLE color: 7096753.
HSL color Cylindrical-coordinate representation of color #B1496C: 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 #B1496C is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 108 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.31 |
| HSL | 339.81º | 0.42% | 0.49% | - |
| HSV(B) | 339.81º | 0.59% | 0.69% | - |
| XYZ | 23.22 | 15.19 | 15.9 | - |
| YUV | 108.09 | 127.96 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 108 | 0 | 0.59 | 0.39 | 0.31 | 339.81 | 0.42 | 0.49 |
| Hex | B1 | 49 | 6C | 0 | 3B | 27 | 1F | 154 | 2A | 31 |
| Octal | 261 | 111 | 154 | 0 | 73 | 47 | 37 | 524 | 52 | 61 |
| Binary | 10110001 | 1001001 | 1101100 | 0 | 111011 | 100111 | 11111 | 101010100 | 101010 | 110001 |
Color Harmonies of #B1496C
Complementary color
Monochromatic Colors of #B1496C
Black with #B1496C
Text Example
Text Example
White with #B1496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1496C; }
p { color: rgb(177,73,108); }
H1.HeaderClassName
{
color: #B1496C;
}
.AnyTagClassName
{
color: #B1496C;
}
</style>
background-color css
<style>
a { background-color: #B1496C; }
a { background-color: rgb(177,73,108); }
div.DivClassName
{
background-color: #B1496C;
}
.BgClassName
{
background-color: #B1496C;
}
</style>
border-color css
<style>
span { border-color: #B1496C; }
span { border-color: rgb(177,73,108); }
td.TdClassName
{
border-color: #B1496C;
}
.TagClassName
{
border-color: #B1496C;
}
</style>