Shades of Turkish Rose #B37C7E
Tints of Turkish Rose #B37C7E
RGB
CMYK
RGB Variations
Color information
#B37C7E (or 0xB37C7E) is known color: Turkish Rose. HEX triplet: B3, 7C and 7E. RGB value is (179,124,126). Sum of RGB (Red+Green+Blue) = 179+124+126=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C7E is #4C8381. Grayscale: #8C8C8C. Windows color (decimal): -5014402 or 8289459. OLE color: 8289459.
HSL color Cylindrical-coordinate representation of color #B37C7E: hue angle of 357.82º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B37C7E is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 126 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.30 |
| HSL | 357.82º | 0.27% | 0.59% | - |
| HSV(B) | 357.82º | 0.31% | 0.7% | - |
| XYZ | 29.56 | 25.51 | 23.1 | - |
| YUV | 140.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 126 | 0 | 0.31 | 0.30 | 0.30 | 357.82 | 0.27 | 0.59 |
| Hex | B3 | 7C | 7E | 0 | 1F | 1E | 1E | 166 | 1B | 3B |
| Octal | 263 | 174 | 176 | 0 | 37 | 36 | 36 | 546 | 33 | 73 |
| Binary | 10110011 | 1111100 | 1111110 | 0 | 11111 | 11110 | 11110 | 101100110 | 11011 | 111011 |
Color Harmonies of #B37C7E
Complementary color
Monochromatic Colors of #B37C7E
Black with #B37C7E
Text Example
Text Example
White with #B37C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C7E; }
p { color: rgb(179,124,126); }
H1.HeaderClassName
{
color: #B37C7E;
}
.AnyTagClassName
{
color: #B37C7E;
}
</style>
background-color css
<style>
a { background-color: #B37C7E; }
a { background-color: rgb(179,124,126); }
div.DivClassName
{
background-color: #B37C7E;
}
.BgClassName
{
background-color: #B37C7E;
}
</style>
border-color css
<style>
span { border-color: #B37C7E; }
span { border-color: rgb(179,124,126); }
td.TdClassName
{
border-color: #B37C7E;
}
.TagClassName
{
border-color: #B37C7E;
}
</style>