Shades of Turkish Rose #B86F78
Tints of Turkish Rose #B86F78
RGB
CMYK
RGB Variations
Color information
#B86F78 (or 0xB86F78) is known color: Turkish Rose. HEX triplet: B8, 6F and 78. RGB value is (184,111,120). Sum of RGB (Red+Green+Blue) = 184+111+120=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86F78 is #479087. Grayscale: #858585. Windows color (decimal): -4690056 or 7892920. OLE color: 7892920.
HSL color Cylindrical-coordinate representation of color #B86F78: hue angle of 352.6º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86F78 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 120 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.28 |
| HSL | 352.6º | 0.34% | 0.58% | - |
| HSV(B) | 352.6º | 0.4% | 0.72% | - |
| XYZ | 28.84 | 22.92 | 20.67 | - |
| YUV | 133.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 120 | 0 | 0.40 | 0.35 | 0.28 | 352.6 | 0.34 | 0.58 |
| Hex | B8 | 6F | 78 | 0 | 28 | 23 | 1C | 161 | 22 | 3A |
| Octal | 270 | 157 | 170 | 0 | 50 | 43 | 34 | 541 | 42 | 72 |
| Binary | 10111000 | 1101111 | 1111000 | 0 | 101000 | 100011 | 11100 | 101100001 | 100010 | 111010 |
Color Harmonies of #B86F78
Complementary color
Monochromatic Colors of #B86F78
Black with #B86F78
Text Example
Text Example
White with #B86F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F78; }
p { color: rgb(184,111,120); }
H1.HeaderClassName
{
color: #B86F78;
}
.AnyTagClassName
{
color: #B86F78;
}
</style>
background-color css
<style>
a { background-color: #B86F78; }
a { background-color: rgb(184,111,120); }
div.DivClassName
{
background-color: #B86F78;
}
.BgClassName
{
background-color: #B86F78;
}
</style>
border-color css
<style>
span { border-color: #B86F78; }
span { border-color: rgb(184,111,120); }
td.TdClassName
{
border-color: #B86F78;
}
.TagClassName
{
border-color: #B86F78;
}
</style>