Shades of Turkish Rose #B26268
Tints of Turkish Rose #B26268
RGB
CMYK
RGB Variations
Color information
#B26268 (or 0xB26268) is known color: Turkish Rose. HEX triplet: B2, 62 and 68. RGB value is (178,98,104). Sum of RGB (Red+Green+Blue) = 178+98+104=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B26268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26268 is #4D9D97. Grayscale: #7A7A7A. Windows color (decimal): -5086616 or 6841010. OLE color: 6841010.
HSL color Cylindrical-coordinate representation of color #B26268: hue angle of 355.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B26268 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 104 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.30 |
| HSL | 355.5º | 0.34% | 0.54% | - |
| HSV(B) | 355.5º | 0.45% | 0.7% | - |
| XYZ | 25.23 | 19.2 | 15.47 | - |
| YUV | 122.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 104 | 0 | 0.45 | 0.42 | 0.30 | 355.5 | 0.34 | 0.54 |
| Hex | B2 | 62 | 68 | 0 | 2D | 2A | 1E | 164 | 22 | 36 |
| Octal | 262 | 142 | 150 | 0 | 55 | 52 | 36 | 544 | 42 | 66 |
| Binary | 10110010 | 1100010 | 1101000 | 0 | 101101 | 101010 | 11110 | 101100100 | 100010 | 110110 |
Color Harmonies of #B26268
Complementary color
Monochromatic Colors of #B26268
Black with #B26268
Text Example
Text Example
White with #B26268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26268; }
p { color: rgb(178,98,104); }
H1.HeaderClassName
{
color: #B26268;
}
.AnyTagClassName
{
color: #B26268;
}
</style>
background-color css
<style>
a { background-color: #B26268; }
a { background-color: rgb(178,98,104); }
div.DivClassName
{
background-color: #B26268;
}
.BgClassName
{
background-color: #B26268;
}
</style>
border-color css
<style>
span { border-color: #B26268; }
span { border-color: rgb(178,98,104); }
td.TdClassName
{
border-color: #B26268;
}
.TagClassName
{
border-color: #B26268;
}
</style>