Shades of Turkish Rose #B7656D
Tints of Turkish Rose #B7656D
RGB
CMYK
RGB Variations
Color information
#B7656D (or 0xB7656D) is known color: Turkish Rose. HEX triplet: B7, 65 and 6D. RGB value is (183,101,109). Sum of RGB (Red+Green+Blue) = 183+101+109=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7656D is #489A92. Grayscale: #7E7E7E. Windows color (decimal): -4758163 or 7169463. OLE color: 7169463.
HSL color Cylindrical-coordinate representation of color #B7656D: hue angle of 354.15º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7656D is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 109 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.28 |
| HSL | 354.15º | 0.36% | 0.56% | - |
| HSV(B) | 354.15º | 0.45% | 0.72% | - |
| XYZ | 26.94 | 20.48 | 17 | - |
| YUV | 126.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 109 | 0 | 0.45 | 0.40 | 0.28 | 354.15 | 0.36 | 0.56 |
| Hex | B7 | 65 | 6D | 0 | 2D | 28 | 1C | 162 | 24 | 38 |
| Octal | 267 | 145 | 155 | 0 | 55 | 50 | 34 | 542 | 44 | 70 |
| Binary | 10110111 | 1100101 | 1101101 | 0 | 101101 | 101000 | 11100 | 101100010 | 100100 | 111000 |
Color Harmonies of #B7656D
Complementary color
Monochromatic Colors of #B7656D
Black with #B7656D
Text Example
Text Example
White with #B7656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7656D; }
p { color: rgb(183,101,109); }
H1.HeaderClassName
{
color: #B7656D;
}
.AnyTagClassName
{
color: #B7656D;
}
</style>
background-color css
<style>
a { background-color: #B7656D; }
a { background-color: rgb(183,101,109); }
div.DivClassName
{
background-color: #B7656D;
}
.BgClassName
{
background-color: #B7656D;
}
</style>
border-color css
<style>
span { border-color: #B7656D; }
span { border-color: rgb(183,101,109); }
td.TdClassName
{
border-color: #B7656D;
}
.TagClassName
{
border-color: #B7656D;
}
</style>