Shades of Turkish Rose #B06667
Tints of Turkish Rose #B06667
RGB
CMYK
RGB Variations
Color information
#B06667 (or 0xB06667) is known color: Turkish Rose. HEX triplet: B0, 66 and 67. RGB value is (176,102,103). Sum of RGB (Red+Green+Blue) = 176+102+103=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B06667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06667 is #4F9998. Grayscale: #7C7C7C. Windows color (decimal): -5216665 or 6776496. OLE color: 6776496.
HSL color Cylindrical-coordinate representation of color #B06667: hue angle of 359.19º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B06667 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 103 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.31 |
| HSL | 359.19º | 0.32% | 0.55% | - |
| HSV(B) | 359.19º | 0.42% | 0.69% | - |
| XYZ | 25.1 | 19.71 | 15.31 | - |
| YUV | 124.24 | 116.02 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 103 | 0 | 0.42 | 0.41 | 0.31 | 359.19 | 0.32 | 0.55 |
| Hex | B0 | 66 | 67 | 0 | 2A | 29 | 1F | 167 | 20 | 37 |
| Octal | 260 | 146 | 147 | 0 | 52 | 51 | 37 | 547 | 40 | 67 |
| Binary | 10110000 | 1100110 | 1100111 | 0 | 101010 | 101001 | 11111 | 101100111 | 100000 | 110111 |
Color Harmonies of #B06667
Complementary color
Monochromatic Colors of #B06667
Black with #B06667
Text Example
Text Example
White with #B06667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06667; }
p { color: rgb(176,102,103); }
H1.HeaderClassName
{
color: #B06667;
}
.AnyTagClassName
{
color: #B06667;
}
</style>
background-color css
<style>
a { background-color: #B06667; }
a { background-color: rgb(176,102,103); }
div.DivClassName
{
background-color: #B06667;
}
.BgClassName
{
background-color: #B06667;
}
</style>
border-color css
<style>
span { border-color: #B06667; }
span { border-color: rgb(176,102,103); }
td.TdClassName
{
border-color: #B06667;
}
.TagClassName
{
border-color: #B06667;
}
</style>