Shades of Turkish Rose #B66C72
Tints of Turkish Rose #B66C72
RGB
CMYK
RGB Variations
Color information
#B66C72 (or 0xB66C72) is known color: Turkish Rose. HEX triplet: B6, 6C and 72. RGB value is (182,108,114). Sum of RGB (Red+Green+Blue) = 182+108+114=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66C72 is #49938D. Grayscale: #828282. Windows color (decimal): -4821902 or 7498934. OLE color: 7498934.
HSL color Cylindrical-coordinate representation of color #B66C72: hue angle of 355.14º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B66C72 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 108 | 114 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.29 |
| HSL | 355.14º | 0.34% | 0.57% | - |
| HSV(B) | 355.14º | 0.41% | 0.71% | - |
| XYZ | 27.69 | 21.89 | 18.68 | - |
| YUV | 130.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 108 | 114 | 0 | 0.41 | 0.37 | 0.29 | 355.14 | 0.34 | 0.57 |
| Hex | B6 | 6C | 72 | 0 | 29 | 25 | 1D | 163 | 22 | 39 |
| Octal | 266 | 154 | 162 | 0 | 51 | 45 | 35 | 543 | 42 | 71 |
| Binary | 10110110 | 1101100 | 1110010 | 0 | 101001 | 100101 | 11101 | 101100011 | 100010 | 111001 |
Color Harmonies of #B66C72
Complementary color
Monochromatic Colors of #B66C72
Black with #B66C72
Text Example
Text Example
White with #B66C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66C72; }
p { color: rgb(182,108,114); }
H1.HeaderClassName
{
color: #B66C72;
}
.AnyTagClassName
{
color: #B66C72;
}
</style>
background-color css
<style>
a { background-color: #B66C72; }
a { background-color: rgb(182,108,114); }
div.DivClassName
{
background-color: #B66C72;
}
.BgClassName
{
background-color: #B66C72;
}
</style>
border-color css
<style>
span { border-color: #B66C72; }
span { border-color: rgb(182,108,114); }
td.TdClassName
{
border-color: #B66C72;
}
.TagClassName
{
border-color: #B66C72;
}
</style>