Shades of Turkish Rose #B36A6B
Tints of Turkish Rose #B36A6B
RGB
CMYK
RGB Variations
Color information
#B36A6B (or 0xB36A6B) is known color: Turkish Rose. HEX triplet: B3, 6A and 6B. RGB value is (179,106,107). Sum of RGB (Red+Green+Blue) = 179+106+107=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36A6B is #4C9594. Grayscale: #808080. Windows color (decimal): -5019029 or 7039667. OLE color: 7039667.
HSL color Cylindrical-coordinate representation of color #B36A6B: hue angle of 359.18º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B36A6B is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 106 | 107 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.30 |
| HSL | 359.18º | 0.32% | 0.56% | - |
| HSV(B) | 359.18º | 0.41% | 0.7% | - |
| XYZ | 26.4 | 20.95 | 16.56 | - |
| YUV | 127.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 107 | 0 | 0.41 | 0.40 | 0.30 | 359.18 | 0.32 | 0.56 |
| Hex | B3 | 6A | 6B | 0 | 29 | 28 | 1E | 167 | 20 | 38 |
| Octal | 263 | 152 | 153 | 0 | 51 | 50 | 36 | 547 | 40 | 70 |
| Binary | 10110011 | 1101010 | 1101011 | 0 | 101001 | 101000 | 11110 | 101100111 | 100000 | 111000 |
Color Harmonies of #B36A6B
Complementary color
Monochromatic Colors of #B36A6B
Black with #B36A6B
Text Example
Text Example
White with #B36A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36A6B; }
p { color: rgb(179,106,107); }
H1.HeaderClassName
{
color: #B36A6B;
}
.AnyTagClassName
{
color: #B36A6B;
}
</style>
background-color css
<style>
a { background-color: #B36A6B; }
a { background-color: rgb(179,106,107); }
div.DivClassName
{
background-color: #B36A6B;
}
.BgClassName
{
background-color: #B36A6B;
}
</style>
border-color css
<style>
span { border-color: #B36A6B; }
span { border-color: rgb(179,106,107); }
td.TdClassName
{
border-color: #B36A6B;
}
.TagClassName
{
border-color: #B36A6B;
}
</style>