Shades of Turkish Rose #B1747B
Tints of Turkish Rose #B1747B
RGB
CMYK
RGB Variations
Color information
#B1747B (or 0xB1747B) is known color: Turkish Rose. HEX triplet: B1, 74 and 7B. RGB value is (177,116,123). Sum of RGB (Red+Green+Blue) = 177+116+123=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1747B is #4E8B84. Grayscale: #878787. Windows color (decimal): -5147525 or 8090801. OLE color: 8090801.
HSL color Cylindrical-coordinate representation of color #B1747B: hue angle of 353.11º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1747B is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 116 | 123 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.31 |
| HSL | 353.11º | 0.28% | 0.57% | - |
| HSV(B) | 353.11º | 0.34% | 0.69% | - |
| XYZ | 27.95 | 23.27 | 21.76 | - |
| YUV | 135.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 116 | 123 | 0 | 0.34 | 0.31 | 0.31 | 353.11 | 0.28 | 0.57 |
| Hex | B1 | 74 | 7B | 0 | 22 | 1F | 1F | 161 | 1C | 39 |
| Octal | 261 | 164 | 173 | 0 | 42 | 37 | 37 | 541 | 34 | 71 |
| Binary | 10110001 | 1110100 | 1111011 | 0 | 100010 | 11111 | 11111 | 101100001 | 11100 | 111001 |
Color Harmonies of #B1747B
Complementary color
Monochromatic Colors of #B1747B
Black with #B1747B
Text Example
Text Example
White with #B1747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1747B; }
p { color: rgb(177,116,123); }
H1.HeaderClassName
{
color: #B1747B;
}
.AnyTagClassName
{
color: #B1747B;
}
</style>
background-color css
<style>
a { background-color: #B1747B; }
a { background-color: rgb(177,116,123); }
div.DivClassName
{
background-color: #B1747B;
}
.BgClassName
{
background-color: #B1747B;
}
</style>
border-color css
<style>
span { border-color: #B1747B; }
span { border-color: rgb(177,116,123); }
td.TdClassName
{
border-color: #B1747B;
}
.TagClassName
{
border-color: #B1747B;
}
</style>