Shades of Turkish Rose #B5666B
Tints of Turkish Rose #B5666B
RGB
CMYK
RGB Variations
Color information
#B5666B (or 0xB5666B) is known color: Turkish Rose. HEX triplet: B5, 66 and 6B. RGB value is (181,102,107). Sum of RGB (Red+Green+Blue) = 181+102+107=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5666B is #4A9994. Grayscale: #7E7E7E. Windows color (decimal): -4888981 or 7038645. OLE color: 7038645.
HSL color Cylindrical-coordinate representation of color #B5666B: hue angle of 356.2º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5666B is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 107 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.29 |
| HSL | 356.2º | 0.35% | 0.55% | - |
| HSV(B) | 356.2º | 0.44% | 0.71% | - |
| XYZ | 26.46 | 20.39 | 16.45 | - |
| YUV | 126.19 | 117.17 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 107 | 0 | 0.44 | 0.41 | 0.29 | 356.2 | 0.35 | 0.55 |
| Hex | B5 | 66 | 6B | 0 | 2C | 29 | 1D | 164 | 23 | 37 |
| Octal | 265 | 146 | 153 | 0 | 54 | 51 | 35 | 544 | 43 | 67 |
| Binary | 10110101 | 1100110 | 1101011 | 0 | 101100 | 101001 | 11101 | 101100100 | 100011 | 110111 |
Color Harmonies of #B5666B
Complementary color
Monochromatic Colors of #B5666B
Black with #B5666B
Text Example
Text Example
White with #B5666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5666B; }
p { color: rgb(181,102,107); }
H1.HeaderClassName
{
color: #B5666B;
}
.AnyTagClassName
{
color: #B5666B;
}
</style>
background-color css
<style>
a { background-color: #B5666B; }
a { background-color: rgb(181,102,107); }
div.DivClassName
{
background-color: #B5666B;
}
.BgClassName
{
background-color: #B5666B;
}
</style>
border-color css
<style>
span { border-color: #B5666B; }
span { border-color: rgb(181,102,107); }
td.TdClassName
{
border-color: #B5666B;
}
.TagClassName
{
border-color: #B5666B;
}
</style>