Shades of Turkish Rose #B0656E
Tints of Turkish Rose #B0656E
RGB
CMYK
RGB Variations
Color information
#B0656E (or 0xB0656E) is known color: Turkish Rose. HEX triplet: B0, 65 and 6E. RGB value is (176,101,110). Sum of RGB (Red+Green+Blue) = 176+101+110=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0656E is #4F9A91. Grayscale: #7C7C7C. Windows color (decimal): -5216914 or 7234992. OLE color: 7234992.
HSL color Cylindrical-coordinate representation of color #B0656E: hue angle of 352.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0656E is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 110 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.31 |
| HSL | 352.8º | 0.32% | 0.54% | - |
| HSV(B) | 352.8º | 0.43% | 0.69% | - |
| XYZ | 25.37 | 19.66 | 17.21 | - |
| YUV | 124.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 110 | 0 | 0.43 | 0.37 | 0.31 | 352.8 | 0.32 | 0.54 |
| Hex | B0 | 65 | 6E | 0 | 2B | 25 | 1F | 161 | 20 | 36 |
| Octal | 260 | 145 | 156 | 0 | 53 | 45 | 37 | 541 | 40 | 66 |
| Binary | 10110000 | 1100101 | 1101110 | 0 | 101011 | 100101 | 11111 | 101100001 | 100000 | 110110 |
Color Harmonies of #B0656E
Complementary color
Monochromatic Colors of #B0656E
Black with #B0656E
Text Example
Text Example
White with #B0656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0656E; }
p { color: rgb(176,101,110); }
H1.HeaderClassName
{
color: #B0656E;
}
.AnyTagClassName
{
color: #B0656E;
}
</style>
background-color css
<style>
a { background-color: #B0656E; }
a { background-color: rgb(176,101,110); }
div.DivClassName
{
background-color: #B0656E;
}
.BgClassName
{
background-color: #B0656E;
}
</style>
border-color css
<style>
span { border-color: #B0656E; }
span { border-color: rgb(176,101,110); }
td.TdClassName
{
border-color: #B0656E;
}
.TagClassName
{
border-color: #B0656E;
}
</style>