Shades of Turkish Rose #BD6672
Tints of Turkish Rose #BD6672
RGB
CMYK
RGB Variations
Color information
#BD6672 (or 0xBD6672) is known color: Turkish Rose. HEX triplet: BD, 66 and 72. RGB value is (189,102,114). Sum of RGB (Red+Green+Blue) = 189+102+114=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6672 is #42998D. Grayscale: #818181. Windows color (decimal): -4364686 or 7497405. OLE color: 7497405.
HSL color Cylindrical-coordinate representation of color #BD6672: hue angle of 351.72º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD6672 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 102 | 114 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.26 |
| HSL | 351.72º | 0.4% | 0.57% | - |
| HSV(B) | 351.72º | 0.46% | 0.74% | - |
| XYZ | 28.77 | 21.54 | 18.56 | - |
| YUV | 129.38 | 119.32 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 114 | 0 | 0.46 | 0.40 | 0.26 | 351.72 | 0.4 | 0.57 |
| Hex | BD | 66 | 72 | 0 | 2E | 28 | 1A | 160 | 28 | 39 |
| Octal | 275 | 146 | 162 | 0 | 56 | 50 | 32 | 540 | 50 | 71 |
| Binary | 10111101 | 1100110 | 1110010 | 0 | 101110 | 101000 | 11010 | 101100000 | 101000 | 111001 |
Color Harmonies of #BD6672
Complementary color
Monochromatic Colors of #BD6672
Black with #BD6672
Text Example
Text Example
White with #BD6672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6672; }
p { color: rgb(189,102,114); }
H1.HeaderClassName
{
color: #BD6672;
}
.AnyTagClassName
{
color: #BD6672;
}
</style>
background-color css
<style>
a { background-color: #BD6672; }
a { background-color: rgb(189,102,114); }
div.DivClassName
{
background-color: #BD6672;
}
.BgClassName
{
background-color: #BD6672;
}
</style>
border-color css
<style>
span { border-color: #BD6672; }
span { border-color: rgb(189,102,114); }
td.TdClassName
{
border-color: #BD6672;
}
.TagClassName
{
border-color: #BD6672;
}
</style>