Shades of Turkish Rose #B1676E
Tints of Turkish Rose #B1676E
RGB
CMYK
RGB Variations
Color information
#B1676E (or 0xB1676E) is known color: Turkish Rose. HEX triplet: B1, 67 and 6E. RGB value is (177,103,110). Sum of RGB (Red+Green+Blue) = 177+103+110=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1676E is #4E9891. Grayscale: #7D7D7D. Windows color (decimal): -5150866 or 7235505. OLE color: 7235505.
HSL color Cylindrical-coordinate representation of color #B1676E: hue angle of 354.32º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1676E is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 103 | 110 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.31 |
| HSL | 354.32º | 0.32% | 0.55% | - |
| HSV(B) | 354.32º | 0.42% | 0.69% | - |
| XYZ | 25.8 | 20.17 | 17.29 | - |
| YUV | 125.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 110 | 0 | 0.42 | 0.38 | 0.31 | 354.32 | 0.32 | 0.55 |
| Hex | B1 | 67 | 6E | 0 | 2A | 26 | 1F | 162 | 20 | 37 |
| Octal | 261 | 147 | 156 | 0 | 52 | 46 | 37 | 542 | 40 | 67 |
| Binary | 10110001 | 1100111 | 1101110 | 0 | 101010 | 100110 | 11111 | 101100010 | 100000 | 110111 |
Color Harmonies of #B1676E
Complementary color
Monochromatic Colors of #B1676E
Black with #B1676E
Text Example
Text Example
White with #B1676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1676E; }
p { color: rgb(177,103,110); }
H1.HeaderClassName
{
color: #B1676E;
}
.AnyTagClassName
{
color: #B1676E;
}
</style>
background-color css
<style>
a { background-color: #B1676E; }
a { background-color: rgb(177,103,110); }
div.DivClassName
{
background-color: #B1676E;
}
.BgClassName
{
background-color: #B1676E;
}
</style>
border-color css
<style>
span { border-color: #B1676E; }
span { border-color: rgb(177,103,110); }
td.TdClassName
{
border-color: #B1676E;
}
.TagClassName
{
border-color: #B1676E;
}
</style>