Shades of Turkish Rose #B06275
Tints of Turkish Rose #B06275
RGB
CMYK
RGB Variations
Color information
#B06275 (or 0xB06275) is known color: Turkish Rose. HEX triplet: B0, 62 and 75. RGB value is (176,98,117). Sum of RGB (Red+Green+Blue) = 176+98+117=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B06275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06275 is #4F9D8A. Grayscale: #7B7B7B. Windows color (decimal): -5217675 or 7692976. OLE color: 7692976.
HSL color Cylindrical-coordinate representation of color #B06275: hue angle of 345.38º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06275 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 98 | 117 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.31 |
| HSL | 345.38º | 0.33% | 0.54% | - |
| HSV(B) | 345.38º | 0.44% | 0.69% | - |
| XYZ | 25.48 | 19.25 | 19.2 | - |
| YUV | 123.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 117 | 0 | 0.44 | 0.34 | 0.31 | 345.38 | 0.33 | 0.54 |
| Hex | B0 | 62 | 75 | 0 | 2C | 22 | 1F | 159 | 21 | 36 |
| Octal | 260 | 142 | 165 | 0 | 54 | 42 | 37 | 531 | 41 | 66 |
| Binary | 10110000 | 1100010 | 1110101 | 0 | 101100 | 100010 | 11111 | 101011001 | 100001 | 110110 |
Color Harmonies of #B06275
Complementary color
Monochromatic Colors of #B06275
Black with #B06275
Text Example
Text Example
White with #B06275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06275; }
p { color: rgb(176,98,117); }
H1.HeaderClassName
{
color: #B06275;
}
.AnyTagClassName
{
color: #B06275;
}
</style>
background-color css
<style>
a { background-color: #B06275; }
a { background-color: rgb(176,98,117); }
div.DivClassName
{
background-color: #B06275;
}
.BgClassName
{
background-color: #B06275;
}
</style>
border-color css
<style>
span { border-color: #B06275; }
span { border-color: rgb(176,98,117); }
td.TdClassName
{
border-color: #B06275;
}
.TagClassName
{
border-color: #B06275;
}
</style>