Shades of Turkish Rose #BD686F
Tints of Turkish Rose #BD686F
RGB
CMYK
RGB Variations
Color information
#BD686F (or 0xBD686F) is known color: Turkish Rose. HEX triplet: BD, 68 and 6F. RGB value is (189,104,111). Sum of RGB (Red+Green+Blue) = 189+104+111=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD686F is #429790. Grayscale: #828282. Windows color (decimal): -4364177 or 7301309. OLE color: 7301309.
HSL color Cylindrical-coordinate representation of color #BD686F: hue angle of 355.06º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD686F is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 111 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.26 |
| HSL | 355.06º | 0.39% | 0.57% | - |
| HSV(B) | 355.06º | 0.45% | 0.74% | - |
| XYZ | 28.81 | 21.87 | 17.74 | - |
| YUV | 130.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 111 | 0 | 0.45 | 0.41 | 0.26 | 355.06 | 0.39 | 0.57 |
| Hex | BD | 68 | 6F | 0 | 2D | 29 | 1A | 163 | 27 | 39 |
| Octal | 275 | 150 | 157 | 0 | 55 | 51 | 32 | 543 | 47 | 71 |
| Binary | 10111101 | 1101000 | 1101111 | 0 | 101101 | 101001 | 11010 | 101100011 | 100111 | 111001 |
Color Harmonies of #BD686F
Complementary color
Monochromatic Colors of #BD686F
Black with #BD686F
Text Example
Text Example
White with #BD686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD686F; }
p { color: rgb(189,104,111); }
H1.HeaderClassName
{
color: #BD686F;
}
.AnyTagClassName
{
color: #BD686F;
}
</style>
background-color css
<style>
a { background-color: #BD686F; }
a { background-color: rgb(189,104,111); }
div.DivClassName
{
background-color: #BD686F;
}
.BgClassName
{
background-color: #BD686F;
}
</style>
border-color css
<style>
span { border-color: #BD686F; }
span { border-color: rgb(189,104,111); }
td.TdClassName
{
border-color: #BD686F;
}
.TagClassName
{
border-color: #BD686F;
}
</style>