Shades of Turkish Rose #B3767C
Tints of Turkish Rose #B3767C
RGB
CMYK
RGB Variations
Color information
#B3767C (or 0xB3767C) is known color: Turkish Rose. HEX triplet: B3, 76 and 7C. RGB value is (179,118,124). Sum of RGB (Red+Green+Blue) = 179+118+124=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 179 - color contains mainly: red. Hex color #B3767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3767C is #4C8983. Grayscale: #888888. Windows color (decimal): -5015940 or 8156851. OLE color: 8156851.
HSL color Cylindrical-coordinate representation of color #B3767C: hue angle of 354.1º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3767C is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 124 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.30 |
| HSL | 354.1º | 0.29% | 0.58% | - |
| HSV(B) | 354.1º | 0.34% | 0.7% | - |
| XYZ | 28.71 | 24 | 22.19 | - |
| YUV | 136.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 124 | 0 | 0.34 | 0.31 | 0.30 | 354.1 | 0.29 | 0.58 |
| Hex | B3 | 76 | 7C | 0 | 22 | 1F | 1E | 162 | 1D | 3A |
| Octal | 263 | 166 | 174 | 0 | 42 | 37 | 36 | 542 | 35 | 72 |
| Binary | 10110011 | 1110110 | 1111100 | 0 | 100010 | 11111 | 11110 | 101100010 | 11101 | 111010 |
Color Harmonies of #B3767C
Complementary color
Monochromatic Colors of #B3767C
Black with #B3767C
Text Example
Text Example
White with #B3767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3767C; }
p { color: rgb(179,118,124); }
H1.HeaderClassName
{
color: #B3767C;
}
.AnyTagClassName
{
color: #B3767C;
}
</style>
background-color css
<style>
a { background-color: #B3767C; }
a { background-color: rgb(179,118,124); }
div.DivClassName
{
background-color: #B3767C;
}
.BgClassName
{
background-color: #B3767C;
}
</style>
border-color css
<style>
span { border-color: #B3767C; }
span { border-color: rgb(179,118,124); }
td.TdClassName
{
border-color: #B3767C;
}
.TagClassName
{
border-color: #B3767C;
}
</style>