Shades of Turkish Rose #B1737B
Tints of Turkish Rose #B1737B
RGB
CMYK
RGB Variations
Color information
#B1737B (or 0xB1737B) is known color: Turkish Rose. HEX triplet: B1, 73 and 7B. RGB value is (177,115,123). Sum of RGB (Red+Green+Blue) = 177+115+123=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1737B is #4E8C84. Grayscale: #868686. Windows color (decimal): -5147781 or 8090545. OLE color: 8090545.
HSL color Cylindrical-coordinate representation of color #B1737B: hue angle of 352.26º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1737B is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 123 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.31 |
| HSL | 352.26º | 0.28% | 0.57% | - |
| HSV(B) | 352.26º | 0.35% | 0.69% | - |
| XYZ | 27.84 | 23.04 | 21.72 | - |
| YUV | 134.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 123 | 0 | 0.35 | 0.31 | 0.31 | 352.26 | 0.28 | 0.57 |
| Hex | B1 | 73 | 7B | 0 | 23 | 1F | 1F | 160 | 1C | 39 |
| Octal | 261 | 163 | 173 | 0 | 43 | 37 | 37 | 540 | 34 | 71 |
| Binary | 10110001 | 1110011 | 1111011 | 0 | 100011 | 11111 | 11111 | 101100000 | 11100 | 111001 |
Color Harmonies of #B1737B
Complementary color
Monochromatic Colors of #B1737B
Black with #B1737B
Text Example
Text Example
White with #B1737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1737B; }
p { color: rgb(177,115,123); }
H1.HeaderClassName
{
color: #B1737B;
}
.AnyTagClassName
{
color: #B1737B;
}
</style>
background-color css
<style>
a { background-color: #B1737B; }
a { background-color: rgb(177,115,123); }
div.DivClassName
{
background-color: #B1737B;
}
.BgClassName
{
background-color: #B1737B;
}
</style>
border-color css
<style>
span { border-color: #B1737B; }
span { border-color: rgb(177,115,123); }
td.TdClassName
{
border-color: #B1737B;
}
.TagClassName
{
border-color: #B1737B;
}
</style>