Shades of Royal Heath #B1496D
Tints of Royal Heath #B1496D
RGB
CMYK
RGB Variations
Color information
#B1496D (or 0xB1496D) is known color: Royal Heath. HEX triplet: B1, 49 and 6D. RGB value is (177,73,109). Sum of RGB (Red+Green+Blue) = 177+73+109=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B1496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1496D is #4EB692. Grayscale: #6C6C6C. Windows color (decimal): -5158547 or 7162289. OLE color: 7162289.
HSL color Cylindrical-coordinate representation of color #B1496D: hue angle of 339.23º 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 #B1496D is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 109 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.31 |
| HSL | 339.23º | 0.42% | 0.49% | - |
| HSV(B) | 339.23º | 0.59% | 0.69% | - |
| XYZ | 23.27 | 15.22 | 16.18 | - |
| YUV | 108.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 109 | 0 | 0.59 | 0.38 | 0.31 | 339.23 | 0.42 | 0.49 |
| Hex | B1 | 49 | 6D | 0 | 3B | 26 | 1F | 153 | 2A | 31 |
| Octal | 261 | 111 | 155 | 0 | 73 | 46 | 37 | 523 | 52 | 61 |
| Binary | 10110001 | 1001001 | 1101101 | 0 | 111011 | 100110 | 11111 | 101010011 | 101010 | 110001 |
Color Harmonies of #B1496D
Complementary color
Monochromatic Colors of #B1496D
Black with #B1496D
Text Example
Text Example
White with #B1496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1496D; }
p { color: rgb(177,73,109); }
H1.HeaderClassName
{
color: #B1496D;
}
.AnyTagClassName
{
color: #B1496D;
}
</style>
background-color css
<style>
a { background-color: #B1496D; }
a { background-color: rgb(177,73,109); }
div.DivClassName
{
background-color: #B1496D;
}
.BgClassName
{
background-color: #B1496D;
}
</style>
border-color css
<style>
span { border-color: #B1496D; }
span { border-color: rgb(177,73,109); }
td.TdClassName
{
border-color: #B1496D;
}
.TagClassName
{
border-color: #B1496D;
}
</style>