Shades of Turkish Rose #B06B75
Tints of Turkish Rose #B06B75
RGB
CMYK
RGB Variations
Color information
#B06B75 (or 0xB06B75) is known color: Turkish Rose. HEX triplet: B0, 6B and 75. RGB value is (176,107,117). Sum of RGB (Red+Green+Blue) = 176+107+117=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B75 is #4F948A. Grayscale: #808080. Windows color (decimal): -5215371 or 7695280. OLE color: 7695280.
HSL color Cylindrical-coordinate representation of color #B06B75: hue angle of 351.3º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06B75 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 107 | 117 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.31 |
| HSL | 351.3º | 0.3% | 0.55% | - |
| HSV(B) | 351.3º | 0.39% | 0.69% | - |
| XYZ | 26.37 | 21.03 | 19.5 | - |
| YUV | 128.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 117 | 0 | 0.39 | 0.34 | 0.31 | 351.3 | 0.3 | 0.55 |
| Hex | B0 | 6B | 75 | 0 | 27 | 22 | 1F | 15F | 1E | 37 |
| Octal | 260 | 153 | 165 | 0 | 47 | 42 | 37 | 537 | 36 | 67 |
| Binary | 10110000 | 1101011 | 1110101 | 0 | 100111 | 100010 | 11111 | 101011111 | 11110 | 110111 |
Color Harmonies of #B06B75
Complementary color
Monochromatic Colors of #B06B75
Black with #B06B75
Text Example
Text Example
White with #B06B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06B75; }
p { color: rgb(176,107,117); }
H1.HeaderClassName
{
color: #B06B75;
}
.AnyTagClassName
{
color: #B06B75;
}
</style>
background-color css
<style>
a { background-color: #B06B75; }
a { background-color: rgb(176,107,117); }
div.DivClassName
{
background-color: #B06B75;
}
.BgClassName
{
background-color: #B06B75;
}
</style>
border-color css
<style>
span { border-color: #B06B75; }
span { border-color: rgb(176,107,117); }
td.TdClassName
{
border-color: #B06B75;
}
.TagClassName
{
border-color: #B06B75;
}
</style>