Shades of Turkish Rose #B8767B
Tints of Turkish Rose #B8767B
RGB
CMYK
RGB Variations
Color information
#B8767B (or 0xB8767B) is known color: Turkish Rose. HEX triplet: B8, 76 and 7B. RGB value is (184,118,123). Sum of RGB (Red+Green+Blue) = 184+118+123=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8767B is #478984. Grayscale: #8A8A8A. Windows color (decimal): -4688261 or 8091320. OLE color: 8091320.
HSL color Cylindrical-coordinate representation of color #B8767B: hue angle of 355.45º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8767B is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 123 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.28 |
| HSL | 355.45º | 0.32% | 0.59% | - |
| HSV(B) | 355.45º | 0.36% | 0.72% | - |
| XYZ | 29.82 | 24.58 | 21.91 | - |
| YUV | 138.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 123 | 0 | 0.36 | 0.33 | 0.28 | 355.45 | 0.32 | 0.59 |
| Hex | B8 | 76 | 7B | 0 | 24 | 21 | 1C | 163 | 20 | 3B |
| Octal | 270 | 166 | 173 | 0 | 44 | 41 | 34 | 543 | 40 | 73 |
| Binary | 10111000 | 1110110 | 1111011 | 0 | 100100 | 100001 | 11100 | 101100011 | 100000 | 111011 |
Color Harmonies of #B8767B
Complementary color
Monochromatic Colors of #B8767B
Black with #B8767B
Text Example
Text Example
White with #B8767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8767B; }
p { color: rgb(184,118,123); }
H1.HeaderClassName
{
color: #B8767B;
}
.AnyTagClassName
{
color: #B8767B;
}
</style>
background-color css
<style>
a { background-color: #B8767B; }
a { background-color: rgb(184,118,123); }
div.DivClassName
{
background-color: #B8767B;
}
.BgClassName
{
background-color: #B8767B;
}
</style>
border-color css
<style>
span { border-color: #B8767B; }
span { border-color: rgb(184,118,123); }
td.TdClassName
{
border-color: #B8767B;
}
.TagClassName
{
border-color: #B8767B;
}
</style>