Shades of Turkish Rose #B1626A
Tints of Turkish Rose #B1626A
RGB
CMYK
RGB Variations
Color information
#B1626A (or 0xB1626A) is known color: Turkish Rose. HEX triplet: B1, 62 and 6A. RGB value is (177,98,106). Sum of RGB (Red+Green+Blue) = 177+98+106=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1626A is #4E9D95. Grayscale: #7A7A7A. Windows color (decimal): -5152150 or 6972081. OLE color: 6972081.
HSL color Cylindrical-coordinate representation of color #B1626A: hue angle of 353.92º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1626A is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 106 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.31 |
| HSL | 353.92º | 0.34% | 0.54% | - |
| HSV(B) | 353.92º | 0.45% | 0.69% | - |
| XYZ | 25.1 | 19.12 | 16 | - |
| YUV | 122.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 106 | 0 | 0.45 | 0.40 | 0.31 | 353.92 | 0.34 | 0.54 |
| Hex | B1 | 62 | 6A | 0 | 2D | 28 | 1F | 162 | 22 | 36 |
| Octal | 261 | 142 | 152 | 0 | 55 | 50 | 37 | 542 | 42 | 66 |
| Binary | 10110001 | 1100010 | 1101010 | 0 | 101101 | 101000 | 11111 | 101100010 | 100010 | 110110 |
Color Harmonies of #B1626A
Complementary color
Monochromatic Colors of #B1626A
Black with #B1626A
Text Example
Text Example
White with #B1626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1626A; }
p { color: rgb(177,98,106); }
H1.HeaderClassName
{
color: #B1626A;
}
.AnyTagClassName
{
color: #B1626A;
}
</style>
background-color css
<style>
a { background-color: #B1626A; }
a { background-color: rgb(177,98,106); }
div.DivClassName
{
background-color: #B1626A;
}
.BgClassName
{
background-color: #B1626A;
}
</style>
border-color css
<style>
span { border-color: #B1626A; }
span { border-color: rgb(177,98,106); }
td.TdClassName
{
border-color: #B1626A;
}
.TagClassName
{
border-color: #B1626A;
}
</style>