Shades of Oriental Pink #B78B87
Tints of Oriental Pink #B78B87
RGB
CMYK
RGB Variations
Color information
#B78B87 (or 0xB78B87) is known color: Oriental Pink. HEX triplet: B7, 8B and 87. RGB value is (183,139,135). Sum of RGB (Red+Green+Blue) = 183+139+135=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78B87 is #487478. Grayscale: #979797. Windows color (decimal): -4748409 or 8883127. OLE color: 8883127.
HSL color Cylindrical-coordinate representation of color #B78B87: hue angle of 5º 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 #B78B87 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 139 | 135 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.28 |
| HSL | 5º | 0.25% | 0.62% | - |
| HSV(B) | 5º | 0.26% | 0.72% | - |
| XYZ | 33.13 | 30.28 | 27.02 | - |
| YUV | 151.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 135 | 0 | 0.24 | 0.26 | 0.28 | 5 | 0.25 | 0.62 |
| Hex | B7 | 8B | 87 | 0 | 18 | 1A | 1C | 5 | 19 | 3E |
| Octal | 267 | 213 | 207 | 0 | 30 | 32 | 34 | 5 | 31 | 76 |
| Binary | 10110111 | 10001011 | 10000111 | 0 | 11000 | 11010 | 11100 | 101 | 11001 | 111110 |
Color Harmonies of #B78B87
Complementary color
Monochromatic Colors of #B78B87
Black with #B78B87
Text Example
Text Example
White with #B78B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78B87; }
p { color: rgb(183,139,135); }
H1.HeaderClassName
{
color: #B78B87;
}
.AnyTagClassName
{
color: #B78B87;
}
</style>
background-color css
<style>
a { background-color: #B78B87; }
a { background-color: rgb(183,139,135); }
div.DivClassName
{
background-color: #B78B87;
}
.BgClassName
{
background-color: #B78B87;
}
</style>
border-color css
<style>
span { border-color: #B78B87; }
span { border-color: rgb(183,139,135); }
td.TdClassName
{
border-color: #B78B87;
}
.TagClassName
{
border-color: #B78B87;
}
</style>