Shades of Turkish Rose #B36F77
Tints of Turkish Rose #B36F77
RGB
CMYK
RGB Variations
Color information
#B36F77 (or 0xB36F77) is known color: Turkish Rose. HEX triplet: B3, 6F and 77. RGB value is (179,111,119). Sum of RGB (Red+Green+Blue) = 179+111+119=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36F77 is #4C9088. Grayscale: #848484. Windows color (decimal): -5017737 or 7827379. OLE color: 7827379.
HSL color Cylindrical-coordinate representation of color #B36F77: hue angle of 352.94º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B36F77 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 111 | 119 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.30 |
| HSL | 352.94º | 0.31% | 0.57% | - |
| HSV(B) | 352.94º | 0.38% | 0.7% | - |
| XYZ | 27.6 | 22.28 | 20.3 | - |
| YUV | 132.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 119 | 0 | 0.38 | 0.34 | 0.30 | 352.94 | 0.31 | 0.57 |
| Hex | B3 | 6F | 77 | 0 | 26 | 22 | 1E | 161 | 1F | 39 |
| Octal | 263 | 157 | 167 | 0 | 46 | 42 | 36 | 541 | 37 | 71 |
| Binary | 10110011 | 1101111 | 1110111 | 0 | 100110 | 100010 | 11110 | 101100001 | 11111 | 111001 |
Color Harmonies of #B36F77
Complementary color
Monochromatic Colors of #B36F77
Black with #B36F77
Text Example
Text Example
White with #B36F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36F77; }
p { color: rgb(179,111,119); }
H1.HeaderClassName
{
color: #B36F77;
}
.AnyTagClassName
{
color: #B36F77;
}
</style>
background-color css
<style>
a { background-color: #B36F77; }
a { background-color: rgb(179,111,119); }
div.DivClassName
{
background-color: #B36F77;
}
.BgClassName
{
background-color: #B36F77;
}
</style>
border-color css
<style>
span { border-color: #B36F77; }
span { border-color: rgb(179,111,119); }
td.TdClassName
{
border-color: #B36F77;
}
.TagClassName
{
border-color: #B36F77;
}
</style>