Shades of Oriental Pink #B78E87
Tints of Oriental Pink #B78E87
RGB
CMYK
RGB Variations
Color information
#B78E87 (or 0xB78E87) is known color: Oriental Pink. HEX triplet: B7, 8E and 87. RGB value is (183,142,135). Sum of RGB (Red+Green+Blue) = 183+142+135=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78E87 is #487178. Grayscale: #999999. Windows color (decimal): -4747641 or 8883895. OLE color: 8883895.
HSL color Cylindrical-coordinate representation of color #B78E87: hue angle of 8.75º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B78E87 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 142 | 135 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.28 |
| HSL | 8.75º | 0.25% | 0.62% | - |
| HSV(B) | 8.75º | 0.26% | 0.72% | - |
| XYZ | 33.57 | 31.16 | 27.17 | - |
| YUV | 153.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 142 | 135 | 0 | 0.22 | 0.26 | 0.28 | 8.75 | 0.25 | 0.62 |
| Hex | B7 | 8E | 87 | 0 | 16 | 1A | 1C | 9 | 19 | 3E |
| Octal | 267 | 216 | 207 | 0 | 26 | 32 | 34 | 11 | 31 | 76 |
| Binary | 10110111 | 10001110 | 10000111 | 0 | 10110 | 11010 | 11100 | 1001 | 11001 | 111110 |
Color Harmonies of #B78E87
Complementary color
Monochromatic Colors of #B78E87
Black with #B78E87
Text Example
Text Example
White with #B78E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78E87; }
p { color: rgb(183,142,135); }
H1.HeaderClassName
{
color: #B78E87;
}
.AnyTagClassName
{
color: #B78E87;
}
</style>
background-color css
<style>
a { background-color: #B78E87; }
a { background-color: rgb(183,142,135); }
div.DivClassName
{
background-color: #B78E87;
}
.BgClassName
{
background-color: #B78E87;
}
</style>
border-color css
<style>
span { border-color: #B78E87; }
span { border-color: rgb(183,142,135); }
td.TdClassName
{
border-color: #B78E87;
}
.TagClassName
{
border-color: #B78E87;
}
</style>