Shades of Turkish Rose #B27C7D
Tints of Turkish Rose #B27C7D
RGB
CMYK
RGB Variations
Color information
#B27C7D (or 0xB27C7D) is known color: Turkish Rose. HEX triplet: B2, 7C and 7D. RGB value is (178,124,125). Sum of RGB (Red+Green+Blue) = 178+124+125=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C7D is #4D8382. Grayscale: #8C8C8C. Windows color (decimal): -5079939 or 8223922. OLE color: 8223922.
HSL color Cylindrical-coordinate representation of color #B27C7D: hue angle of 358.89º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B27C7D is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 124 | 125 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.30 |
| HSL | 358.89º | 0.26% | 0.59% | - |
| HSV(B) | 358.89º | 0.3% | 0.7% | - |
| XYZ | 29.27 | 25.36 | 22.75 | - |
| YUV | 140.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 124 | 125 | 0 | 0.30 | 0.30 | 0.30 | 358.89 | 0.26 | 0.59 |
| Hex | B2 | 7C | 7D | 0 | 1E | 1E | 1E | 167 | 1A | 3B |
| Octal | 262 | 174 | 175 | 0 | 36 | 36 | 36 | 547 | 32 | 73 |
| Binary | 10110010 | 1111100 | 1111101 | 0 | 11110 | 11110 | 11110 | 101100111 | 11010 | 111011 |
Color Harmonies of #B27C7D
Complementary color
Monochromatic Colors of #B27C7D
Black with #B27C7D
Text Example
Text Example
White with #B27C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27C7D; }
p { color: rgb(178,124,125); }
H1.HeaderClassName
{
color: #B27C7D;
}
.AnyTagClassName
{
color: #B27C7D;
}
</style>
background-color css
<style>
a { background-color: #B27C7D; }
a { background-color: rgb(178,124,125); }
div.DivClassName
{
background-color: #B27C7D;
}
.BgClassName
{
background-color: #B27C7D;
}
</style>
border-color css
<style>
span { border-color: #B27C7D; }
span { border-color: rgb(178,124,125); }
td.TdClassName
{
border-color: #B27C7D;
}
.TagClassName
{
border-color: #B27C7D;
}
</style>