Shades of Turkish Rose #B1636F
Tints of Turkish Rose #B1636F
RGB
CMYK
RGB Variations
Color information
#B1636F (or 0xB1636F) is known color: Turkish Rose. HEX triplet: B1, 63 and 6F. RGB value is (177,99,111). Sum of RGB (Red+Green+Blue) = 177+99+111=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1636F is #4E9C90. Grayscale: #7B7B7B. Windows color (decimal): -5151889 or 7300017. OLE color: 7300017.
HSL color Cylindrical-coordinate representation of color #B1636F: hue angle of 350.77º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1636F is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 99 | 111 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.31 |
| HSL | 350.77º | 0.33% | 0.54% | - |
| HSV(B) | 350.77º | 0.44% | 0.69% | - |
| XYZ | 25.46 | 19.42 | 17.45 | - |
| YUV | 123.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 111 | 0 | 0.44 | 0.37 | 0.31 | 350.77 | 0.33 | 0.54 |
| Hex | B1 | 63 | 6F | 0 | 2C | 25 | 1F | 15F | 21 | 36 |
| Octal | 261 | 143 | 157 | 0 | 54 | 45 | 37 | 537 | 41 | 66 |
| Binary | 10110001 | 1100011 | 1101111 | 0 | 101100 | 100101 | 11111 | 101011111 | 100001 | 110110 |
Color Harmonies of #B1636F
Complementary color
Monochromatic Colors of #B1636F
Black with #B1636F
Text Example
Text Example
White with #B1636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1636F; }
p { color: rgb(177,99,111); }
H1.HeaderClassName
{
color: #B1636F;
}
.AnyTagClassName
{
color: #B1636F;
}
</style>
background-color css
<style>
a { background-color: #B1636F; }
a { background-color: rgb(177,99,111); }
div.DivClassName
{
background-color: #B1636F;
}
.BgClassName
{
background-color: #B1636F;
}
</style>
border-color css
<style>
span { border-color: #B1636F; }
span { border-color: rgb(177,99,111); }
td.TdClassName
{
border-color: #B1636F;
}
.TagClassName
{
border-color: #B1636F;
}
</style>