Shades of Turkish Rose #B1636D
Tints of Turkish Rose #B1636D
RGB
CMYK
RGB Variations
Color information
#B1636D (or 0xB1636D) is known color: Turkish Rose. HEX triplet: B1, 63 and 6D. RGB value is (177,99,109). Sum of RGB (Red+Green+Blue) = 177+99+109=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1636D is #4E9C92. Grayscale: #7B7B7B. Windows color (decimal): -5151891 or 7168945. OLE color: 7168945.
HSL color Cylindrical-coordinate representation of color #B1636D: hue angle of 352.31º 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 #B1636D is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 99 | 109 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.31 |
| HSL | 352.31º | 0.33% | 0.54% | - |
| HSV(B) | 352.31º | 0.44% | 0.69% | - |
| XYZ | 25.35 | 19.37 | 16.87 | - |
| YUV | 123.46 | 119.84 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 109 | 0 | 0.44 | 0.38 | 0.31 | 352.31 | 0.33 | 0.54 |
| Hex | B1 | 63 | 6D | 0 | 2C | 26 | 1F | 160 | 21 | 36 |
| Octal | 261 | 143 | 155 | 0 | 54 | 46 | 37 | 540 | 41 | 66 |
| Binary | 10110001 | 1100011 | 1101101 | 0 | 101100 | 100110 | 11111 | 101100000 | 100001 | 110110 |
Color Harmonies of #B1636D
Complementary color
Monochromatic Colors of #B1636D
Black with #B1636D
Text Example
Text Example
White with #B1636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1636D; }
p { color: rgb(177,99,109); }
H1.HeaderClassName
{
color: #B1636D;
}
.AnyTagClassName
{
color: #B1636D;
}
</style>
background-color css
<style>
a { background-color: #B1636D; }
a { background-color: rgb(177,99,109); }
div.DivClassName
{
background-color: #B1636D;
}
.BgClassName
{
background-color: #B1636D;
}
</style>
border-color css
<style>
span { border-color: #B1636D; }
span { border-color: rgb(177,99,109); }
td.TdClassName
{
border-color: #B1636D;
}
.TagClassName
{
border-color: #B1636D;
}
</style>