Shades of Turkish Rose #B3656C
Tints of Turkish Rose #B3656C
RGB
CMYK
RGB Variations
Color information
#B3656C (or 0xB3656C) is known color: Turkish Rose. HEX triplet: B3, 65 and 6C. RGB value is (179,101,108). Sum of RGB (Red+Green+Blue) = 179+101+108=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3656C is #4C9A93. Grayscale: #7D7D7D. Windows color (decimal): -5020308 or 7103923. OLE color: 7103923.
HSL color Cylindrical-coordinate representation of color #B3656C: hue angle of 354.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3656C is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 108 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.30 |
| HSL | 354.62º | 0.34% | 0.55% | - |
| HSV(B) | 354.62º | 0.44% | 0.7% | - |
| XYZ | 25.95 | 19.97 | 16.67 | - |
| YUV | 125.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 108 | 0 | 0.44 | 0.40 | 0.30 | 354.62 | 0.34 | 0.55 |
| Hex | B3 | 65 | 6C | 0 | 2C | 28 | 1E | 163 | 22 | 37 |
| Octal | 263 | 145 | 154 | 0 | 54 | 50 | 36 | 543 | 42 | 67 |
| Binary | 10110011 | 1100101 | 1101100 | 0 | 101100 | 101000 | 11110 | 101100011 | 100010 | 110111 |
Color Harmonies of #B3656C
Complementary color
Monochromatic Colors of #B3656C
Black with #B3656C
Text Example
Text Example
White with #B3656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3656C; }
p { color: rgb(179,101,108); }
H1.HeaderClassName
{
color: #B3656C;
}
.AnyTagClassName
{
color: #B3656C;
}
</style>
background-color css
<style>
a { background-color: #B3656C; }
a { background-color: rgb(179,101,108); }
div.DivClassName
{
background-color: #B3656C;
}
.BgClassName
{
background-color: #B3656C;
}
</style>
border-color css
<style>
span { border-color: #B3656C; }
span { border-color: rgb(179,101,108); }
td.TdClassName
{
border-color: #B3656C;
}
.TagClassName
{
border-color: #B3656C;
}
</style>