Shades of Turkish Rose #B1656D
Tints of Turkish Rose #B1656D
RGB
CMYK
RGB Variations
Color information
#B1656D (or 0xB1656D) is known color: Turkish Rose. HEX triplet: B1, 65 and 6D. RGB value is (177,101,109). Sum of RGB (Red+Green+Blue) = 177+101+109=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1656D is #4E9A92. Grayscale: #7C7C7C. Windows color (decimal): -5151379 or 7169457. OLE color: 7169457.
HSL color Cylindrical-coordinate representation of color #B1656D: hue angle of 353.68º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1656D is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 109 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.31 |
| HSL | 353.68º | 0.33% | 0.55% | - |
| HSV(B) | 353.68º | 0.43% | 0.69% | - |
| XYZ | 25.55 | 19.76 | 16.94 | - |
| YUV | 124.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 109 | 0 | 0.43 | 0.38 | 0.31 | 353.68 | 0.33 | 0.55 |
| Hex | B1 | 65 | 6D | 0 | 2B | 26 | 1F | 162 | 21 | 37 |
| Octal | 261 | 145 | 155 | 0 | 53 | 46 | 37 | 542 | 41 | 67 |
| Binary | 10110001 | 1100101 | 1101101 | 0 | 101011 | 100110 | 11111 | 101100010 | 100001 | 110111 |
Color Harmonies of #B1656D
Complementary color
Monochromatic Colors of #B1656D
Black with #B1656D
Text Example
Text Example
White with #B1656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1656D; }
p { color: rgb(177,101,109); }
H1.HeaderClassName
{
color: #B1656D;
}
.AnyTagClassName
{
color: #B1656D;
}
</style>
background-color css
<style>
a { background-color: #B1656D; }
a { background-color: rgb(177,101,109); }
div.DivClassName
{
background-color: #B1656D;
}
.BgClassName
{
background-color: #B1656D;
}
</style>
border-color css
<style>
span { border-color: #B1656D; }
span { border-color: rgb(177,101,109); }
td.TdClassName
{
border-color: #B1656D;
}
.TagClassName
{
border-color: #B1656D;
}
</style>