Shades of Turkish Rose #B67B7E
Tints of Turkish Rose #B67B7E
RGB
CMYK
RGB Variations
Color information
#B67B7E (or 0xB67B7E) is known color: Turkish Rose. HEX triplet: B6, 7B and 7E. RGB value is (182,123,126). Sum of RGB (Red+Green+Blue) = 182+123+126=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B7E is #498481. Grayscale: #8D8D8D. Windows color (decimal): -4818050 or 8289206. OLE color: 8289206.
HSL color Cylindrical-coordinate representation of color #B67B7E: hue angle of 356.95º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B67B7E is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 123 | 126 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.29 |
| HSL | 356.95º | 0.29% | 0.6% | - |
| HSV(B) | 356.95º | 0.32% | 0.71% | - |
| XYZ | 30.14 | 25.62 | 23.09 | - |
| YUV | 140.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 123 | 126 | 0 | 0.32 | 0.31 | 0.29 | 356.95 | 0.29 | 0.6 |
| Hex | B6 | 7B | 7E | 0 | 20 | 1F | 1D | 165 | 1D | 3C |
| Octal | 266 | 173 | 176 | 0 | 40 | 37 | 35 | 545 | 35 | 74 |
| Binary | 10110110 | 1111011 | 1111110 | 0 | 100000 | 11111 | 11101 | 101100101 | 11101 | 111100 |
Color Harmonies of #B67B7E
Complementary color
Monochromatic Colors of #B67B7E
Black with #B67B7E
Text Example
Text Example
White with #B67B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67B7E; }
p { color: rgb(182,123,126); }
H1.HeaderClassName
{
color: #B67B7E;
}
.AnyTagClassName
{
color: #B67B7E;
}
</style>
background-color css
<style>
a { background-color: #B67B7E; }
a { background-color: rgb(182,123,126); }
div.DivClassName
{
background-color: #B67B7E;
}
.BgClassName
{
background-color: #B67B7E;
}
</style>
border-color css
<style>
span { border-color: #B67B7E; }
span { border-color: rgb(182,123,126); }
td.TdClassName
{
border-color: #B67B7E;
}
.TagClassName
{
border-color: #B67B7E;
}
</style>