Shades of Turkish Rose #B26A70
Tints of Turkish Rose #B26A70
RGB
CMYK
RGB Variations
Color information
#B26A70 (or 0xB26A70) is known color: Turkish Rose. HEX triplet: B2, 6A and 70. RGB value is (178,106,112). Sum of RGB (Red+Green+Blue) = 178+106+112=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26A70 is #4D958F. Grayscale: #808080. Windows color (decimal): -5084560 or 7367346. OLE color: 7367346.
HSL color Cylindrical-coordinate representation of color #B26A70: hue angle of 355º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B26A70 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 106 | 112 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.30 |
| HSL | 355º | 0.32% | 0.56% | - |
| HSV(B) | 355º | 0.4% | 0.7% | - |
| XYZ | 26.44 | 20.94 | 17.98 | - |
| YUV | 128.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 106 | 112 | 0 | 0.40 | 0.37 | 0.30 | 355 | 0.32 | 0.56 |
| Hex | B2 | 6A | 70 | 0 | 28 | 25 | 1E | 163 | 20 | 38 |
| Octal | 262 | 152 | 160 | 0 | 50 | 45 | 36 | 543 | 40 | 70 |
| Binary | 10110010 | 1101010 | 1110000 | 0 | 101000 | 100101 | 11110 | 101100011 | 100000 | 111000 |
Color Harmonies of #B26A70
Complementary color
Monochromatic Colors of #B26A70
Black with #B26A70
Text Example
Text Example
White with #B26A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26A70; }
p { color: rgb(178,106,112); }
H1.HeaderClassName
{
color: #B26A70;
}
.AnyTagClassName
{
color: #B26A70;
}
</style>
background-color css
<style>
a { background-color: #B26A70; }
a { background-color: rgb(178,106,112); }
div.DivClassName
{
background-color: #B26A70;
}
.BgClassName
{
background-color: #B26A70;
}
</style>
border-color css
<style>
span { border-color: #B26A70; }
span { border-color: rgb(178,106,112); }
td.TdClassName
{
border-color: #B26A70;
}
.TagClassName
{
border-color: #B26A70;
}
</style>