Shades of Turkish Rose #B07B7E
Tints of Turkish Rose #B07B7E
RGB
CMYK
RGB Variations
Color information
#B07B7E (or 0xB07B7E) is known color: Turkish Rose. HEX triplet: B0, 7B and 7E. RGB value is (176,123,126). Sum of RGB (Red+Green+Blue) = 176+123+126=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B7E is #4F8481. Grayscale: #8B8B8B. Windows color (decimal): -5211266 or 8289200. OLE color: 8289200.
HSL color Cylindrical-coordinate representation of color #B07B7E: hue angle of 356.6º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07B7E is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 123 | 126 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.31 |
| HSL | 356.6º | 0.25% | 0.59% | - |
| HSV(B) | 356.6º | 0.3% | 0.69% | - |
| XYZ | 28.75 | 24.9 | 23.03 | - |
| YUV | 139.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 126 | 0 | 0.30 | 0.28 | 0.31 | 356.6 | 0.25 | 0.59 |
| Hex | B0 | 7B | 7E | 0 | 1E | 1C | 1F | 165 | 19 | 3B |
| Octal | 260 | 173 | 176 | 0 | 36 | 34 | 37 | 545 | 31 | 73 |
| Binary | 10110000 | 1111011 | 1111110 | 0 | 11110 | 11100 | 11111 | 101100101 | 11001 | 111011 |
Color Harmonies of #B07B7E
Complementary color
Monochromatic Colors of #B07B7E
Black with #B07B7E
Text Example
Text Example
White with #B07B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07B7E; }
p { color: rgb(176,123,126); }
H1.HeaderClassName
{
color: #B07B7E;
}
.AnyTagClassName
{
color: #B07B7E;
}
</style>
background-color css
<style>
a { background-color: #B07B7E; }
a { background-color: rgb(176,123,126); }
div.DivClassName
{
background-color: #B07B7E;
}
.BgClassName
{
background-color: #B07B7E;
}
</style>
border-color css
<style>
span { border-color: #B07B7E; }
span { border-color: rgb(176,123,126); }
td.TdClassName
{
border-color: #B07B7E;
}
.TagClassName
{
border-color: #B07B7E;
}
</style>