Shades of Turkish Rose #B1646B
Tints of Turkish Rose #B1646B
RGB
CMYK
RGB Variations
Color information
#B1646B (or 0xB1646B) is known color: Turkish Rose. HEX triplet: B1, 64 and 6B. RGB value is (177,100,107). Sum of RGB (Red+Green+Blue) = 177+100+107=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1646B is #4E9B94. Grayscale: #7B7B7B. Windows color (decimal): -5151637 or 7038129. OLE color: 7038129.
HSL color Cylindrical-coordinate representation of color #B1646B: hue angle of 354.55º 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 #B1646B is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 107 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.31 |
| HSL | 354.55º | 0.33% | 0.54% | - |
| HSV(B) | 354.55º | 0.44% | 0.69% | - |
| XYZ | 25.34 | 19.52 | 16.34 | - |
| YUV | 123.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 107 | 0 | 0.44 | 0.40 | 0.31 | 354.55 | 0.33 | 0.54 |
| Hex | B1 | 64 | 6B | 0 | 2C | 28 | 1F | 163 | 21 | 36 |
| Octal | 261 | 144 | 153 | 0 | 54 | 50 | 37 | 543 | 41 | 66 |
| Binary | 10110001 | 1100100 | 1101011 | 0 | 101100 | 101000 | 11111 | 101100011 | 100001 | 110110 |
Color Harmonies of #B1646B
Complementary color
Monochromatic Colors of #B1646B
Black with #B1646B
Text Example
Text Example
White with #B1646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1646B; }
p { color: rgb(177,100,107); }
H1.HeaderClassName
{
color: #B1646B;
}
.AnyTagClassName
{
color: #B1646B;
}
</style>
background-color css
<style>
a { background-color: #B1646B; }
a { background-color: rgb(177,100,107); }
div.DivClassName
{
background-color: #B1646B;
}
.BgClassName
{
background-color: #B1646B;
}
</style>
border-color css
<style>
span { border-color: #B1646B; }
span { border-color: rgb(177,100,107); }
td.TdClassName
{
border-color: #B1646B;
}
.TagClassName
{
border-color: #B1646B;
}
</style>