Shades of Turkish Rose #BD696D
Tints of Turkish Rose #BD696D
RGB
CMYK
RGB Variations
Color information
#BD696D (or 0xBD696D) is known color: Turkish Rose. HEX triplet: BD, 69 and 6D. RGB value is (189,105,109). Sum of RGB (Red+Green+Blue) = 189+105+109=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD696D is #429692. Grayscale: #828282. Windows color (decimal): -4363923 or 7170493. OLE color: 7170493.
HSL color Cylindrical-coordinate representation of color #BD696D: hue angle of 357.14º 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 #BD696D is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 109 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.26 |
| HSL | 357.14º | 0.39% | 0.58% | - |
| HSV(B) | 357.14º | 0.44% | 0.74% | - |
| XYZ | 28.8 | 22.03 | 17.2 | - |
| YUV | 130.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 109 | 0 | 0.44 | 0.42 | 0.26 | 357.14 | 0.39 | 0.58 |
| Hex | BD | 69 | 6D | 0 | 2C | 2A | 1A | 165 | 27 | 3A |
| Octal | 275 | 151 | 155 | 0 | 54 | 52 | 32 | 545 | 47 | 72 |
| Binary | 10111101 | 1101001 | 1101101 | 0 | 101100 | 101010 | 11010 | 101100101 | 100111 | 111010 |
Color Harmonies of #BD696D
Complementary color
Monochromatic Colors of #BD696D
Black with #BD696D
Text Example
Text Example
White with #BD696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD696D; }
p { color: rgb(189,105,109); }
H1.HeaderClassName
{
color: #BD696D;
}
.AnyTagClassName
{
color: #BD696D;
}
</style>
background-color css
<style>
a { background-color: #BD696D; }
a { background-color: rgb(189,105,109); }
div.DivClassName
{
background-color: #BD696D;
}
.BgClassName
{
background-color: #BD696D;
}
</style>
border-color css
<style>
span { border-color: #BD696D; }
span { border-color: rgb(189,105,109); }
td.TdClassName
{
border-color: #BD696D;
}
.TagClassName
{
border-color: #BD696D;
}
</style>