Shades of Turkish Rose #B06373
Tints of Turkish Rose #B06373
RGB
CMYK
RGB Variations
Color information
#B06373 (or 0xB06373) is known color: Turkish Rose. HEX triplet: B0, 63 and 73. RGB value is (176,99,115). Sum of RGB (Red+Green+Blue) = 176+99+115=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B06373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06373 is #4F9C8C. Grayscale: #7B7B7B. Windows color (decimal): -5217421 or 7562160. OLE color: 7562160.
HSL color Cylindrical-coordinate representation of color #B06373: hue angle of 347.53º 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 #B06373 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 115 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.31 |
| HSL | 347.53º | 0.33% | 0.54% | - |
| HSV(B) | 347.53º | 0.44% | 0.69% | - |
| XYZ | 25.46 | 19.39 | 18.62 | - |
| YUV | 123.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 115 | 0 | 0.44 | 0.35 | 0.31 | 347.53 | 0.33 | 0.54 |
| Hex | B0 | 63 | 73 | 0 | 2C | 23 | 1F | 15C | 21 | 36 |
| Octal | 260 | 143 | 163 | 0 | 54 | 43 | 37 | 534 | 41 | 66 |
| Binary | 10110000 | 1100011 | 1110011 | 0 | 101100 | 100011 | 11111 | 101011100 | 100001 | 110110 |
Color Harmonies of #B06373
Complementary color
Monochromatic Colors of #B06373
Black with #B06373
Text Example
Text Example
White with #B06373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06373; }
p { color: rgb(176,99,115); }
H1.HeaderClassName
{
color: #B06373;
}
.AnyTagClassName
{
color: #B06373;
}
</style>
background-color css
<style>
a { background-color: #B06373; }
a { background-color: rgb(176,99,115); }
div.DivClassName
{
background-color: #B06373;
}
.BgClassName
{
background-color: #B06373;
}
</style>
border-color css
<style>
span { border-color: #B06373; }
span { border-color: rgb(176,99,115); }
td.TdClassName
{
border-color: #B06373;
}
.TagClassName
{
border-color: #B06373;
}
</style>