Shades of Turkish Rose #B1656C
Tints of Turkish Rose #B1656C
RGB
CMYK
RGB Variations
Color information
#B1656C (or 0xB1656C) is known color: Turkish Rose. HEX triplet: B1, 65 and 6C. RGB value is (177,101,108). Sum of RGB (Red+Green+Blue) = 177+101+108=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1656C is #4E9A93. Grayscale: #7C7C7C. Windows color (decimal): -5151380 or 7103921. OLE color: 7103921.
HSL color Cylindrical-coordinate representation of color #B1656C: hue angle of 354.47º 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 #B1656C is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 108 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.31 |
| HSL | 354.47º | 0.33% | 0.55% | - |
| HSV(B) | 354.47º | 0.43% | 0.69% | - |
| XYZ | 25.49 | 19.74 | 16.65 | - |
| YUV | 124.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 108 | 0 | 0.43 | 0.39 | 0.31 | 354.47 | 0.33 | 0.55 |
| Hex | B1 | 65 | 6C | 0 | 2B | 27 | 1F | 162 | 21 | 37 |
| Octal | 261 | 145 | 154 | 0 | 53 | 47 | 37 | 542 | 41 | 67 |
| Binary | 10110001 | 1100101 | 1101100 | 0 | 101011 | 100111 | 11111 | 101100010 | 100001 | 110111 |
Color Harmonies of #B1656C
Complementary color
Monochromatic Colors of #B1656C
Black with #B1656C
Text Example
Text Example
White with #B1656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1656C; }
p { color: rgb(177,101,108); }
H1.HeaderClassName
{
color: #B1656C;
}
.AnyTagClassName
{
color: #B1656C;
}
</style>
background-color css
<style>
a { background-color: #B1656C; }
a { background-color: rgb(177,101,108); }
div.DivClassName
{
background-color: #B1656C;
}
.BgClassName
{
background-color: #B1656C;
}
</style>
border-color css
<style>
span { border-color: #B1656C; }
span { border-color: rgb(177,101,108); }
td.TdClassName
{
border-color: #B1656C;
}
.TagClassName
{
border-color: #B1656C;
}
</style>