Shades of Turkish Rose #BD6F70
Tints of Turkish Rose #BD6F70
RGB
CMYK
RGB Variations
Color information
#BD6F70 (or 0xBD6F70) is known color: Turkish Rose. HEX triplet: BD, 6F and 70. RGB value is (189,111,112). Sum of RGB (Red+Green+Blue) = 189+111+112=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6F70 is #42908F. Grayscale: #868686. Windows color (decimal): -4362384 or 7368637. OLE color: 7368637.
HSL color Cylindrical-coordinate representation of color #BD6F70: hue angle of 359.23º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD6F70 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 111 | 112 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.26 |
| HSL | 359.23º | 0.37% | 0.59% | - |
| HSV(B) | 359.23º | 0.41% | 0.74% | - |
| XYZ | 29.6 | 23.36 | 18.28 | - |
| YUV | 134.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 112 | 0 | 0.41 | 0.41 | 0.26 | 359.23 | 0.37 | 0.59 |
| Hex | BD | 6F | 70 | 0 | 29 | 29 | 1A | 167 | 25 | 3B |
| Octal | 275 | 157 | 160 | 0 | 51 | 51 | 32 | 547 | 45 | 73 |
| Binary | 10111101 | 1101111 | 1110000 | 0 | 101001 | 101001 | 11010 | 101100111 | 100101 | 111011 |
Color Harmonies of #BD6F70
Complementary color
Monochromatic Colors of #BD6F70
Black with #BD6F70
Text Example
Text Example
White with #BD6F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6F70; }
p { color: rgb(189,111,112); }
H1.HeaderClassName
{
color: #BD6F70;
}
.AnyTagClassName
{
color: #BD6F70;
}
</style>
background-color css
<style>
a { background-color: #BD6F70; }
a { background-color: rgb(189,111,112); }
div.DivClassName
{
background-color: #BD6F70;
}
.BgClassName
{
background-color: #BD6F70;
}
</style>
border-color css
<style>
span { border-color: #BD6F70; }
span { border-color: rgb(189,111,112); }
td.TdClassName
{
border-color: #BD6F70;
}
.TagClassName
{
border-color: #BD6F70;
}
</style>