Shades of Turkish Rose #B4656F
Tints of Turkish Rose #B4656F
RGB
CMYK
RGB Variations
Color information
#B4656F (or 0xB4656F) is known color: Turkish Rose. HEX triplet: B4, 65 and 6F. RGB value is (180,101,111). Sum of RGB (Red+Green+Blue) = 180+101+111=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B4656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4656F is #4B9A90. Grayscale: #7D7D7D. Windows color (decimal): -4954769 or 7300532. OLE color: 7300532.
HSL color Cylindrical-coordinate representation of color #B4656F: hue angle of 352.41º 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 #B4656F is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 111 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.29 |
| HSL | 352.41º | 0.34% | 0.55% | - |
| HSV(B) | 352.41º | 0.44% | 0.71% | - |
| XYZ | 26.35 | 20.16 | 17.54 | - |
| YUV | 125.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 111 | 0 | 0.44 | 0.38 | 0.29 | 352.41 | 0.34 | 0.55 |
| Hex | B4 | 65 | 6F | 0 | 2C | 26 | 1D | 160 | 22 | 37 |
| Octal | 264 | 145 | 157 | 0 | 54 | 46 | 35 | 540 | 42 | 67 |
| Binary | 10110100 | 1100101 | 1101111 | 0 | 101100 | 100110 | 11101 | 101100000 | 100010 | 110111 |
Color Harmonies of #B4656F
Complementary color
Monochromatic Colors of #B4656F
Black with #B4656F
Text Example
Text Example
White with #B4656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4656F; }
p { color: rgb(180,101,111); }
H1.HeaderClassName
{
color: #B4656F;
}
.AnyTagClassName
{
color: #B4656F;
}
</style>
background-color css
<style>
a { background-color: #B4656F; }
a { background-color: rgb(180,101,111); }
div.DivClassName
{
background-color: #B4656F;
}
.BgClassName
{
background-color: #B4656F;
}
</style>
border-color css
<style>
span { border-color: #B4656F; }
span { border-color: rgb(180,101,111); }
td.TdClassName
{
border-color: #B4656F;
}
.TagClassName
{
border-color: #B4656F;
}
</style>