Shades of Turkish Rose #B4656D
Tints of Turkish Rose #B4656D
RGB
CMYK
RGB Variations
Color information
#B4656D (or 0xB4656D) is known color: Turkish Rose. HEX triplet: B4, 65 and 6D. RGB value is (180,101,109). Sum of RGB (Red+Green+Blue) = 180+101+109=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B4656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4656D is #4B9A92. Grayscale: #7D7D7D. Windows color (decimal): -4954771 or 7169460. OLE color: 7169460.
HSL color Cylindrical-coordinate representation of color #B4656D: hue angle of 353.92º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4656D is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 109 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.29 |
| HSL | 353.92º | 0.34% | 0.55% | - |
| HSV(B) | 353.92º | 0.44% | 0.71% | - |
| XYZ | 26.24 | 20.11 | 16.97 | - |
| YUV | 125.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 109 | 0 | 0.44 | 0.39 | 0.29 | 353.92 | 0.34 | 0.55 |
| Hex | B4 | 65 | 6D | 0 | 2C | 27 | 1D | 162 | 22 | 37 |
| Octal | 264 | 145 | 155 | 0 | 54 | 47 | 35 | 542 | 42 | 67 |
| Binary | 10110100 | 1100101 | 1101101 | 0 | 101100 | 100111 | 11101 | 101100010 | 100010 | 110111 |
Color Harmonies of #B4656D
Complementary color
Monochromatic Colors of #B4656D
Black with #B4656D
Text Example
Text Example
White with #B4656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4656D; }
p { color: rgb(180,101,109); }
H1.HeaderClassName
{
color: #B4656D;
}
.AnyTagClassName
{
color: #B4656D;
}
</style>
background-color css
<style>
a { background-color: #B4656D; }
a { background-color: rgb(180,101,109); }
div.DivClassName
{
background-color: #B4656D;
}
.BgClassName
{
background-color: #B4656D;
}
</style>
border-color css
<style>
span { border-color: #B4656D; }
span { border-color: rgb(180,101,109); }
td.TdClassName
{
border-color: #B4656D;
}
.TagClassName
{
border-color: #B4656D;
}
</style>