Shades of Turkish Rose #B3666D
Tints of Turkish Rose #B3666D
RGB
CMYK
RGB Variations
Color information
#B3666D (or 0xB3666D) is known color: Turkish Rose. HEX triplet: B3, 66 and 6D. RGB value is (179,102,109). Sum of RGB (Red+Green+Blue) = 179+102+109=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B3666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3666D is #4C9992. Grayscale: #7D7D7D. Windows color (decimal): -5020051 or 7169715. OLE color: 7169715.
HSL color Cylindrical-coordinate representation of color #B3666D: hue angle of 354.55º 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 #B3666D is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 109 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.30 |
| HSL | 354.55º | 0.34% | 0.55% | - |
| HSV(B) | 354.55º | 0.43% | 0.7% | - |
| XYZ | 26.1 | 20.19 | 16.99 | - |
| YUV | 125.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 109 | 0 | 0.43 | 0.39 | 0.30 | 354.55 | 0.34 | 0.55 |
| Hex | B3 | 66 | 6D | 0 | 2B | 27 | 1E | 163 | 22 | 37 |
| Octal | 263 | 146 | 155 | 0 | 53 | 47 | 36 | 543 | 42 | 67 |
| Binary | 10110011 | 1100110 | 1101101 | 0 | 101011 | 100111 | 11110 | 101100011 | 100010 | 110111 |
Color Harmonies of #B3666D
Complementary color
Monochromatic Colors of #B3666D
Black with #B3666D
Text Example
Text Example
White with #B3666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3666D; }
p { color: rgb(179,102,109); }
H1.HeaderClassName
{
color: #B3666D;
}
.AnyTagClassName
{
color: #B3666D;
}
</style>
background-color css
<style>
a { background-color: #B3666D; }
a { background-color: rgb(179,102,109); }
div.DivClassName
{
background-color: #B3666D;
}
.BgClassName
{
background-color: #B3666D;
}
</style>
border-color css
<style>
span { border-color: #B3666D; }
span { border-color: rgb(179,102,109); }
td.TdClassName
{
border-color: #B3666D;
}
.TagClassName
{
border-color: #B3666D;
}
</style>