Shades of Turkish Rose #B3666B
Tints of Turkish Rose #B3666B
RGB
CMYK
RGB Variations
Color information
#B3666B (or 0xB3666B) is known color: Turkish Rose. HEX triplet: B3, 66 and 6B. RGB value is (179,102,107). Sum of RGB (Red+Green+Blue) = 179+102+107=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3666B is #4C9994. Grayscale: #7D7D7D. Windows color (decimal): -5020053 or 7038643. OLE color: 7038643.
HSL color Cylindrical-coordinate representation of color #B3666B: hue angle of 356.1º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3666B is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 107 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.30 |
| HSL | 356.1º | 0.34% | 0.55% | - |
| HSV(B) | 356.1º | 0.43% | 0.7% | - |
| XYZ | 26 | 20.15 | 16.43 | - |
| YUV | 125.59 | 117.51 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 107 | 0 | 0.43 | 0.40 | 0.30 | 356.1 | 0.34 | 0.55 |
| Hex | B3 | 66 | 6B | 0 | 2B | 28 | 1E | 164 | 22 | 37 |
| Octal | 263 | 146 | 153 | 0 | 53 | 50 | 36 | 544 | 42 | 67 |
| Binary | 10110011 | 1100110 | 1101011 | 0 | 101011 | 101000 | 11110 | 101100100 | 100010 | 110111 |
Color Harmonies of #B3666B
Complementary color
Monochromatic Colors of #B3666B
Black with #B3666B
Text Example
Text Example
White with #B3666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3666B; }
p { color: rgb(179,102,107); }
H1.HeaderClassName
{
color: #B3666B;
}
.AnyTagClassName
{
color: #B3666B;
}
</style>
background-color css
<style>
a { background-color: #B3666B; }
a { background-color: rgb(179,102,107); }
div.DivClassName
{
background-color: #B3666B;
}
.BgClassName
{
background-color: #B3666B;
}
</style>
border-color css
<style>
span { border-color: #B3666B; }
span { border-color: rgb(179,102,107); }
td.TdClassName
{
border-color: #B3666B;
}
.TagClassName
{
border-color: #B3666B;
}
</style>