Shades of Turkish Rose #B1646A
Tints of Turkish Rose #B1646A
RGB
CMYK
RGB Variations
Color information
#B1646A (or 0xB1646A) is known color: Turkish Rose. HEX triplet: B1, 64 and 6A. RGB value is (177,100,106). Sum of RGB (Red+Green+Blue) = 177+100+106=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1646A is #4E9B95. Grayscale: #7B7B7B. Windows color (decimal): -5151638 or 6972593. OLE color: 6972593.
HSL color Cylindrical-coordinate representation of color #B1646A: hue angle of 355.32º 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 #B1646A is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 100 | 106 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.31 |
| HSL | 355.32º | 0.33% | 0.54% | - |
| HSV(B) | 355.32º | 0.44% | 0.69% | - |
| XYZ | 25.29 | 19.5 | 16.07 | - |
| YUV | 123.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 100 | 106 | 0 | 0.44 | 0.40 | 0.31 | 355.32 | 0.33 | 0.54 |
| Hex | B1 | 64 | 6A | 0 | 2C | 28 | 1F | 163 | 21 | 36 |
| Octal | 261 | 144 | 152 | 0 | 54 | 50 | 37 | 543 | 41 | 66 |
| Binary | 10110001 | 1100100 | 1101010 | 0 | 101100 | 101000 | 11111 | 101100011 | 100001 | 110110 |
Color Harmonies of #B1646A
Complementary color
Monochromatic Colors of #B1646A
Black with #B1646A
Text Example
Text Example
White with #B1646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1646A; }
p { color: rgb(177,100,106); }
H1.HeaderClassName
{
color: #B1646A;
}
.AnyTagClassName
{
color: #B1646A;
}
</style>
background-color css
<style>
a { background-color: #B1646A; }
a { background-color: rgb(177,100,106); }
div.DivClassName
{
background-color: #B1646A;
}
.BgClassName
{
background-color: #B1646A;
}
</style>
border-color css
<style>
span { border-color: #B1646A; }
span { border-color: rgb(177,100,106); }
td.TdClassName
{
border-color: #B1646A;
}
.TagClassName
{
border-color: #B1646A;
}
</style>