Shades of Turkish Rose #B7666C
Tints of Turkish Rose #B7666C
RGB
CMYK
RGB Variations
Color information
#B7666C (or 0xB7666C) is known color: Turkish Rose. HEX triplet: B7, 66 and 6C. RGB value is (183,102,108). Sum of RGB (Red+Green+Blue) = 183+102+108=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7666C is #489993. Grayscale: #7E7E7E. Windows color (decimal): -4757908 or 7104183. OLE color: 7104183.
HSL color Cylindrical-coordinate representation of color #B7666C: hue angle of 355.56º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7666C is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 108 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.28 |
| HSL | 355.56º | 0.36% | 0.56% | - |
| HSV(B) | 355.56º | 0.44% | 0.72% | - |
| XYZ | 26.99 | 20.65 | 16.75 | - |
| YUV | 126.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 108 | 0 | 0.44 | 0.41 | 0.28 | 355.56 | 0.36 | 0.56 |
| Hex | B7 | 66 | 6C | 0 | 2C | 29 | 1C | 164 | 24 | 38 |
| Octal | 267 | 146 | 154 | 0 | 54 | 51 | 34 | 544 | 44 | 70 |
| Binary | 10110111 | 1100110 | 1101100 | 0 | 101100 | 101001 | 11100 | 101100100 | 100100 | 111000 |
Color Harmonies of #B7666C
Complementary color
Monochromatic Colors of #B7666C
Black with #B7666C
Text Example
Text Example
White with #B7666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7666C; }
p { color: rgb(183,102,108); }
H1.HeaderClassName
{
color: #B7666C;
}
.AnyTagClassName
{
color: #B7666C;
}
</style>
background-color css
<style>
a { background-color: #B7666C; }
a { background-color: rgb(183,102,108); }
div.DivClassName
{
background-color: #B7666C;
}
.BgClassName
{
background-color: #B7666C;
}
</style>
border-color css
<style>
span { border-color: #B7666C; }
span { border-color: rgb(183,102,108); }
td.TdClassName
{
border-color: #B7666C;
}
.TagClassName
{
border-color: #B7666C;
}
</style>