Shades of Turkish Rose #BD7075
Tints of Turkish Rose #BD7075
RGB
CMYK
RGB Variations
Color information
#BD7075 (or 0xBD7075) is known color: Turkish Rose. HEX triplet: BD, 70 and 75. RGB value is (189,112,117). Sum of RGB (Red+Green+Blue) = 189+112+117=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7075 is #428F8A. Grayscale: #878787. Windows color (decimal): -4362123 or 7696573. OLE color: 7696573.
HSL color Cylindrical-coordinate representation of color #BD7075: hue angle of 356.1º 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 #BD7075 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 117 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.26 |
| HSL | 356.1º | 0.37% | 0.59% | - |
| HSV(B) | 356.1º | 0.41% | 0.74% | - |
| XYZ | 29.99 | 23.69 | 19.82 | - |
| YUV | 135.59 | 117.51 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 117 | 0 | 0.41 | 0.38 | 0.26 | 356.1 | 0.37 | 0.59 |
| Hex | BD | 70 | 75 | 0 | 29 | 26 | 1A | 164 | 25 | 3B |
| Octal | 275 | 160 | 165 | 0 | 51 | 46 | 32 | 544 | 45 | 73 |
| Binary | 10111101 | 1110000 | 1110101 | 0 | 101001 | 100110 | 11010 | 101100100 | 100101 | 111011 |
Color Harmonies of #BD7075
Complementary color
Monochromatic Colors of #BD7075
Black with #BD7075
Text Example
Text Example
White with #BD7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7075; }
p { color: rgb(189,112,117); }
H1.HeaderClassName
{
color: #BD7075;
}
.AnyTagClassName
{
color: #BD7075;
}
</style>
background-color css
<style>
a { background-color: #BD7075; }
a { background-color: rgb(189,112,117); }
div.DivClassName
{
background-color: #BD7075;
}
.BgClassName
{
background-color: #BD7075;
}
</style>
border-color css
<style>
span { border-color: #BD7075; }
span { border-color: rgb(189,112,117); }
td.TdClassName
{
border-color: #BD7075;
}
.TagClassName
{
border-color: #BD7075;
}
</style>