Shades of Royal Heath #B1436F
Tints of Royal Heath #B1436F
RGB
CMYK
RGB Variations
Color information
#B1436F (or 0xB1436F) is known color: Royal Heath. HEX triplet: B1, 43 and 6F. RGB value is (177,67,111). Sum of RGB (Red+Green+Blue) = 177+67+111=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1436F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1436F is #4EBC90. Grayscale: #686868. Windows color (decimal): -5160081 or 7291825. OLE color: 7291825.
HSL color Cylindrical-coordinate representation of color #B1436F: hue angle of 336º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1436F is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 111 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.31 |
| HSL | 336º | 0.45% | 0.48% | - |
| HSV(B) | 336º | 0.62% | 0.69% | - |
| XYZ | 23.01 | 14.51 | 16.63 | - |
| YUV | 104.91 | 131.44 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 111 | 0 | 0.62 | 0.37 | 0.31 | 336 | 0.45 | 0.48 |
| Hex | B1 | 43 | 6F | 0 | 3E | 25 | 1F | 150 | 2D | 30 |
| Octal | 261 | 103 | 157 | 0 | 76 | 45 | 37 | 520 | 55 | 60 |
| Binary | 10110001 | 1000011 | 1101111 | 0 | 111110 | 100101 | 11111 | 101010000 | 101101 | 110000 |
Color Harmonies of #B1436F
Complementary color
Monochromatic Colors of #B1436F
Black with #B1436F
Text Example
Text Example
White with #B1436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1436F; }
p { color: rgb(177,67,111); }
H1.HeaderClassName
{
color: #B1436F;
}
.AnyTagClassName
{
color: #B1436F;
}
</style>
background-color css
<style>
a { background-color: #B1436F; }
a { background-color: rgb(177,67,111); }
div.DivClassName
{
background-color: #B1436F;
}
.BgClassName
{
background-color: #B1436F;
}
</style>
border-color css
<style>
span { border-color: #B1436F; }
span { border-color: rgb(177,67,111); }
td.TdClassName
{
border-color: #B1436F;
}
.TagClassName
{
border-color: #B1436F;
}
</style>