Shades of Turkish Rose #B07D7F
Tints of Turkish Rose #B07D7F
RGB
CMYK
RGB Variations
Color information
#B07D7F (or 0xB07D7F) is known color: Turkish Rose. HEX triplet: B0, 7D and 7F. RGB value is (176,125,127). Sum of RGB (Red+Green+Blue) = 176+125+127=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07D7F is #4F8280. Grayscale: #8C8C8C. Windows color (decimal): -5210753 or 8355248. OLE color: 8355248.
HSL color Cylindrical-coordinate representation of color #B07D7F: hue angle of 357.65º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B07D7F is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 125 | 127 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.31 |
| HSL | 357.65º | 0.24% | 0.59% | - |
| HSV(B) | 357.65º | 0.29% | 0.69% | - |
| XYZ | 29.07 | 25.43 | 23.45 | - |
| YUV | 140.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 127 | 0 | 0.29 | 0.28 | 0.31 | 357.65 | 0.24 | 0.59 |
| Hex | B0 | 7D | 7F | 0 | 1D | 1C | 1F | 166 | 18 | 3B |
| Octal | 260 | 175 | 177 | 0 | 35 | 34 | 37 | 546 | 30 | 73 |
| Binary | 10110000 | 1111101 | 1111111 | 0 | 11101 | 11100 | 11111 | 101100110 | 11000 | 111011 |
Color Harmonies of #B07D7F
Complementary color
Monochromatic Colors of #B07D7F
Black with #B07D7F
Text Example
Text Example
White with #B07D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07D7F; }
p { color: rgb(176,125,127); }
H1.HeaderClassName
{
color: #B07D7F;
}
.AnyTagClassName
{
color: #B07D7F;
}
</style>
background-color css
<style>
a { background-color: #B07D7F; }
a { background-color: rgb(176,125,127); }
div.DivClassName
{
background-color: #B07D7F;
}
.BgClassName
{
background-color: #B07D7F;
}
</style>
border-color css
<style>
span { border-color: #B07D7F; }
span { border-color: rgb(176,125,127); }
td.TdClassName
{
border-color: #B07D7F;
}
.TagClassName
{
border-color: #B07D7F;
}
</style>