Shades of Turkish Rose #BD6572
Tints of Turkish Rose #BD6572
RGB
CMYK
RGB Variations
Color information
#BD6572 (or 0xBD6572) is known color: Turkish Rose. HEX triplet: BD, 65 and 72. RGB value is (189,101,114). Sum of RGB (Red+Green+Blue) = 189+101+114=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6572 is #429A8D. Grayscale: #808080. Windows color (decimal): -4364942 or 7497149. OLE color: 7497149.
HSL color Cylindrical-coordinate representation of color #BD6572: hue angle of 351.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6572 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 114 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.26 |
| HSL | 351.14º | 0.4% | 0.57% | - |
| HSV(B) | 351.14º | 0.47% | 0.74% | - |
| XYZ | 28.68 | 21.34 | 18.53 | - |
| YUV | 128.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 114 | 0 | 0.47 | 0.40 | 0.26 | 351.14 | 0.4 | 0.57 |
| Hex | BD | 65 | 72 | 0 | 2F | 28 | 1A | 15F | 28 | 39 |
| Octal | 275 | 145 | 162 | 0 | 57 | 50 | 32 | 537 | 50 | 71 |
| Binary | 10111101 | 1100101 | 1110010 | 0 | 101111 | 101000 | 11010 | 101011111 | 101000 | 111001 |
Color Harmonies of #BD6572
Complementary color
Monochromatic Colors of #BD6572
Black with #BD6572
Text Example
Text Example
White with #BD6572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6572; }
p { color: rgb(189,101,114); }
H1.HeaderClassName
{
color: #BD6572;
}
.AnyTagClassName
{
color: #BD6572;
}
</style>
background-color css
<style>
a { background-color: #BD6572; }
a { background-color: rgb(189,101,114); }
div.DivClassName
{
background-color: #BD6572;
}
.BgClassName
{
background-color: #BD6572;
}
</style>
border-color css
<style>
span { border-color: #BD6572; }
span { border-color: rgb(189,101,114); }
td.TdClassName
{
border-color: #BD6572;
}
.TagClassName
{
border-color: #BD6572;
}
</style>