Shades of Turkish Rose #B26C72
Tints of Turkish Rose #B26C72
RGB
CMYK
RGB Variations
Color information
#B26C72 (or 0xB26C72) is known color: Turkish Rose. HEX triplet: B2, 6C and 72. RGB value is (178,108,114). Sum of RGB (Red+Green+Blue) = 178+108+114=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C72 is #4D938D. Grayscale: #818181. Windows color (decimal): -5084046 or 7498930. OLE color: 7498930.
HSL color Cylindrical-coordinate representation of color #B26C72: hue angle of 354.86º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B26C72 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 108 | 114 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.30 |
| HSL | 354.86º | 0.31% | 0.56% | - |
| HSV(B) | 354.86º | 0.39% | 0.7% | - |
| XYZ | 26.76 | 21.41 | 18.64 | - |
| YUV | 129.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 114 | 0 | 0.39 | 0.36 | 0.30 | 354.86 | 0.31 | 0.56 |
| Hex | B2 | 6C | 72 | 0 | 27 | 24 | 1E | 163 | 1F | 38 |
| Octal | 262 | 154 | 162 | 0 | 47 | 44 | 36 | 543 | 37 | 70 |
| Binary | 10110010 | 1101100 | 1110010 | 0 | 100111 | 100100 | 11110 | 101100011 | 11111 | 111000 |
Color Harmonies of #B26C72
Complementary color
Monochromatic Colors of #B26C72
Black with #B26C72
Text Example
Text Example
White with #B26C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26C72; }
p { color: rgb(178,108,114); }
H1.HeaderClassName
{
color: #B26C72;
}
.AnyTagClassName
{
color: #B26C72;
}
</style>
background-color css
<style>
a { background-color: #B26C72; }
a { background-color: rgb(178,108,114); }
div.DivClassName
{
background-color: #B26C72;
}
.BgClassName
{
background-color: #B26C72;
}
</style>
border-color css
<style>
span { border-color: #B26C72; }
span { border-color: rgb(178,108,114); }
td.TdClassName
{
border-color: #B26C72;
}
.TagClassName
{
border-color: #B26C72;
}
</style>