Shades of Turkish Rose #B4656B
Tints of Turkish Rose #B4656B
RGB
CMYK
RGB Variations
Color information
#B4656B (or 0xB4656B) is known color: Turkish Rose. HEX triplet: B4, 65 and 6B. RGB value is (180,101,107). Sum of RGB (Red+Green+Blue) = 180+101+107=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B4656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4656B is #4B9A94. Grayscale: #7D7D7D. Windows color (decimal): -4954773 or 7038388. OLE color: 7038388.
HSL color Cylindrical-coordinate representation of color #B4656B: hue angle of 355.44º 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 #B4656B is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 107 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.29 |
| HSL | 355.44º | 0.34% | 0.55% | - |
| HSV(B) | 355.44º | 0.44% | 0.71% | - |
| XYZ | 26.13 | 20.07 | 16.41 | - |
| YUV | 125.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 107 | 0 | 0.44 | 0.41 | 0.29 | 355.44 | 0.34 | 0.55 |
| Hex | B4 | 65 | 6B | 0 | 2C | 29 | 1D | 163 | 22 | 37 |
| Octal | 264 | 145 | 153 | 0 | 54 | 51 | 35 | 543 | 42 | 67 |
| Binary | 10110100 | 1100101 | 1101011 | 0 | 101100 | 101001 | 11101 | 101100011 | 100010 | 110111 |
Color Harmonies of #B4656B
Complementary color
Monochromatic Colors of #B4656B
Black with #B4656B
Text Example
Text Example
White with #B4656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4656B; }
p { color: rgb(180,101,107); }
H1.HeaderClassName
{
color: #B4656B;
}
.AnyTagClassName
{
color: #B4656B;
}
</style>
background-color css
<style>
a { background-color: #B4656B; }
a { background-color: rgb(180,101,107); }
div.DivClassName
{
background-color: #B4656B;
}
.BgClassName
{
background-color: #B4656B;
}
</style>
border-color css
<style>
span { border-color: #B4656B; }
span { border-color: rgb(180,101,107); }
td.TdClassName
{
border-color: #B4656B;
}
.TagClassName
{
border-color: #B4656B;
}
</style>