Shades of Turkish Rose #B7656F
Tints of Turkish Rose #B7656F
RGB
CMYK
RGB Variations
Color information
#B7656F (or 0xB7656F) is known color: Turkish Rose. HEX triplet: B7, 65 and 6F. RGB value is (183,101,111). Sum of RGB (Red+Green+Blue) = 183+101+111=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7656F is #489A90. Grayscale: #7E7E7E. Windows color (decimal): -4758161 or 7300535. OLE color: 7300535.
HSL color Cylindrical-coordinate representation of color #B7656F: hue angle of 352.68º 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 #B7656F is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 111 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.28 |
| HSL | 352.68º | 0.36% | 0.56% | - |
| HSV(B) | 352.68º | 0.45% | 0.72% | - |
| XYZ | 27.05 | 20.52 | 17.57 | - |
| YUV | 126.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 111 | 0 | 0.45 | 0.39 | 0.28 | 352.68 | 0.36 | 0.56 |
| Hex | B7 | 65 | 6F | 0 | 2D | 27 | 1C | 161 | 24 | 38 |
| Octal | 267 | 145 | 157 | 0 | 55 | 47 | 34 | 541 | 44 | 70 |
| Binary | 10110111 | 1100101 | 1101111 | 0 | 101101 | 100111 | 11100 | 101100001 | 100100 | 111000 |
Color Harmonies of #B7656F
Complementary color
Monochromatic Colors of #B7656F
Black with #B7656F
Text Example
Text Example
White with #B7656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7656F; }
p { color: rgb(183,101,111); }
H1.HeaderClassName
{
color: #B7656F;
}
.AnyTagClassName
{
color: #B7656F;
}
</style>
background-color css
<style>
a { background-color: #B7656F; }
a { background-color: rgb(183,101,111); }
div.DivClassName
{
background-color: #B7656F;
}
.BgClassName
{
background-color: #B7656F;
}
</style>
border-color css
<style>
span { border-color: #B7656F; }
span { border-color: rgb(183,101,111); }
td.TdClassName
{
border-color: #B7656F;
}
.TagClassName
{
border-color: #B7656F;
}
</style>