Shades of Turkish Rose #B06567
Tints of Turkish Rose #B06567
RGB
CMYK
RGB Variations
Color information
#B06567 (or 0xB06567) is known color: Turkish Rose. HEX triplet: B0, 65 and 67. RGB value is (176,101,103). Sum of RGB (Red+Green+Blue) = 176+101+103=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B06567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06567 is #4F9A98. Grayscale: #7B7B7B. Windows color (decimal): -5216921 or 6776240. OLE color: 6776240.
HSL color Cylindrical-coordinate representation of color #B06567: hue angle of 358.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06567 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 103 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.31 |
| HSL | 358.4º | 0.32% | 0.54% | - |
| HSV(B) | 358.4º | 0.43% | 0.69% | - |
| XYZ | 25.01 | 19.52 | 15.28 | - |
| YUV | 123.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 103 | 0 | 0.43 | 0.41 | 0.31 | 358.4 | 0.32 | 0.54 |
| Hex | B0 | 65 | 67 | 0 | 2B | 29 | 1F | 166 | 20 | 36 |
| Octal | 260 | 145 | 147 | 0 | 53 | 51 | 37 | 546 | 40 | 66 |
| Binary | 10110000 | 1100101 | 1100111 | 0 | 101011 | 101001 | 11111 | 101100110 | 100000 | 110110 |
Color Harmonies of #B06567
Complementary color
Monochromatic Colors of #B06567
Black with #B06567
Text Example
Text Example
White with #B06567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06567; }
p { color: rgb(176,101,103); }
H1.HeaderClassName
{
color: #B06567;
}
.AnyTagClassName
{
color: #B06567;
}
</style>
background-color css
<style>
a { background-color: #B06567; }
a { background-color: rgb(176,101,103); }
div.DivClassName
{
background-color: #B06567;
}
.BgClassName
{
background-color: #B06567;
}
</style>
border-color css
<style>
span { border-color: #B06567; }
span { border-color: rgb(176,101,103); }
td.TdClassName
{
border-color: #B06567;
}
.TagClassName
{
border-color: #B06567;
}
</style>