Shades of Turkish Rose #B1646E
Tints of Turkish Rose #B1646E
RGB
CMYK
RGB Variations
Color information
#B1646E (or 0xB1646E) is known color: Turkish Rose. HEX triplet: B1, 64 and 6E. RGB value is (177,100,110). Sum of RGB (Red+Green+Blue) = 177+100+110=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1646E is #4E9B91. Grayscale: #7C7C7C. Windows color (decimal): -5151634 or 7234737. OLE color: 7234737.
HSL color Cylindrical-coordinate representation of color #B1646E: hue angle of 352.21º 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 #B1646E is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 110 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.31 |
| HSL | 352.21º | 0.33% | 0.54% | - |
| HSV(B) | 352.21º | 0.44% | 0.69% | - |
| XYZ | 25.5 | 19.59 | 17.19 | - |
| YUV | 124.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 110 | 0 | 0.44 | 0.38 | 0.31 | 352.21 | 0.33 | 0.54 |
| Hex | B1 | 64 | 6E | 0 | 2C | 26 | 1F | 160 | 21 | 36 |
| Octal | 261 | 144 | 156 | 0 | 54 | 46 | 37 | 540 | 41 | 66 |
| Binary | 10110001 | 1100100 | 1101110 | 0 | 101100 | 100110 | 11111 | 101100000 | 100001 | 110110 |
Color Harmonies of #B1646E
Complementary color
Monochromatic Colors of #B1646E
Black with #B1646E
Text Example
Text Example
White with #B1646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1646E; }
p { color: rgb(177,100,110); }
H1.HeaderClassName
{
color: #B1646E;
}
.AnyTagClassName
{
color: #B1646E;
}
</style>
background-color css
<style>
a { background-color: #B1646E; }
a { background-color: rgb(177,100,110); }
div.DivClassName
{
background-color: #B1646E;
}
.BgClassName
{
background-color: #B1646E;
}
</style>
border-color css
<style>
span { border-color: #B1646E; }
span { border-color: rgb(177,100,110); }
td.TdClassName
{
border-color: #B1646E;
}
.TagClassName
{
border-color: #B1646E;
}
</style>