Shades of Turkish Rose #BD696F
Tints of Turkish Rose #BD696F
RGB
CMYK
RGB Variations
Color information
#BD696F (or 0xBD696F) is known color: Turkish Rose. HEX triplet: BD, 69 and 6F. RGB value is (189,105,111). Sum of RGB (Red+Green+Blue) = 189+105+111=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD696F is #429690. Grayscale: #828282. Windows color (decimal): -4363921 or 7301565. OLE color: 7301565.
HSL color Cylindrical-coordinate representation of color #BD696F: hue angle of 355.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD696F is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 111 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.26 |
| HSL | 355.71º | 0.39% | 0.58% | - |
| HSV(B) | 355.71º | 0.44% | 0.74% | - |
| XYZ | 28.91 | 22.07 | 17.78 | - |
| YUV | 130.8 | 116.83 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 111 | 0 | 0.44 | 0.41 | 0.26 | 355.71 | 0.39 | 0.58 |
| Hex | BD | 69 | 6F | 0 | 2C | 29 | 1A | 164 | 27 | 3A |
| Octal | 275 | 151 | 157 | 0 | 54 | 51 | 32 | 544 | 47 | 72 |
| Binary | 10111101 | 1101001 | 1101111 | 0 | 101100 | 101001 | 11010 | 101100100 | 100111 | 111010 |
Color Harmonies of #BD696F
Complementary color
Monochromatic Colors of #BD696F
Black with #BD696F
Text Example
Text Example
White with #BD696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD696F; }
p { color: rgb(189,105,111); }
H1.HeaderClassName
{
color: #BD696F;
}
.AnyTagClassName
{
color: #BD696F;
}
</style>
background-color css
<style>
a { background-color: #BD696F; }
a { background-color: rgb(189,105,111); }
div.DivClassName
{
background-color: #BD696F;
}
.BgClassName
{
background-color: #BD696F;
}
</style>
border-color css
<style>
span { border-color: #BD696F; }
span { border-color: rgb(189,105,111); }
td.TdClassName
{
border-color: #BD696F;
}
.TagClassName
{
border-color: #BD696F;
}
</style>