Shades of Turkish Rose #B8656F
Tints of Turkish Rose #B8656F
RGB
CMYK
RGB Variations
Color information
#B8656F (or 0xB8656F) is known color: Turkish Rose. HEX triplet: B8, 65 and 6F. RGB value is (184,101,111). Sum of RGB (Red+Green+Blue) = 184+101+111=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8656F is #479A90. Grayscale: #7F7F7F. Windows color (decimal): -4692625 or 7300536. OLE color: 7300536.
HSL color Cylindrical-coordinate representation of color #B8656F: hue angle of 352.77º degrees, saturation: 0.37, 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 #B8656F is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 111 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.28 |
| HSL | 352.77º | 0.37% | 0.56% | - |
| HSV(B) | 352.77º | 0.45% | 0.72% | - |
| XYZ | 27.29 | 20.65 | 17.59 | - |
| YUV | 126.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 111 | 0 | 0.45 | 0.40 | 0.28 | 352.77 | 0.37 | 0.56 |
| Hex | B8 | 65 | 6F | 0 | 2D | 28 | 1C | 161 | 25 | 38 |
| Octal | 270 | 145 | 157 | 0 | 55 | 50 | 34 | 541 | 45 | 70 |
| Binary | 10111000 | 1100101 | 1101111 | 0 | 101101 | 101000 | 11100 | 101100001 | 100101 | 111000 |
Color Harmonies of #B8656F
Complementary color
Monochromatic Colors of #B8656F
Black with #B8656F
Text Example
Text Example
White with #B8656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8656F; }
p { color: rgb(184,101,111); }
H1.HeaderClassName
{
color: #B8656F;
}
.AnyTagClassName
{
color: #B8656F;
}
</style>
background-color css
<style>
a { background-color: #B8656F; }
a { background-color: rgb(184,101,111); }
div.DivClassName
{
background-color: #B8656F;
}
.BgClassName
{
background-color: #B8656F;
}
</style>
border-color css
<style>
span { border-color: #B8656F; }
span { border-color: rgb(184,101,111); }
td.TdClassName
{
border-color: #B8656F;
}
.TagClassName
{
border-color: #B8656F;
}
</style>