Shades of Oriental Pink #B78D88
Tints of Oriental Pink #B78D88
RGB
CMYK
RGB Variations
Color information
#B78D88 (or 0xB78D88) is known color: Oriental Pink. HEX triplet: B7, 8D and 88. RGB value is (183,141,136). Sum of RGB (Red+Green+Blue) = 183+141+136=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78D88 is #487277. Grayscale: #999999. Windows color (decimal): -4747896 or 8949175. OLE color: 8949175.
HSL color Cylindrical-coordinate representation of color #B78D88: hue angle of 6.38º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B78D88 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 141 | 136 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.28 |
| HSL | 6.38º | 0.25% | 0.63% | - |
| HSV(B) | 6.38º | 0.26% | 0.72% | - |
| XYZ | 33.5 | 30.89 | 27.49 | - |
| YUV | 152.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 136 | 0 | 0.23 | 0.26 | 0.28 | 6.38 | 0.25 | 0.63 |
| Hex | B7 | 8D | 88 | 0 | 17 | 1A | 1C | 6 | 19 | 3F |
| Octal | 267 | 215 | 210 | 0 | 27 | 32 | 34 | 6 | 31 | 77 |
| Binary | 10110111 | 10001101 | 10001000 | 0 | 10111 | 11010 | 11100 | 110 | 11001 | 111111 |
Color Harmonies of #B78D88
Complementary color
Monochromatic Colors of #B78D88
Black with #B78D88
Text Example
Text Example
White with #B78D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78D88; }
p { color: rgb(183,141,136); }
H1.HeaderClassName
{
color: #B78D88;
}
.AnyTagClassName
{
color: #B78D88;
}
</style>
background-color css
<style>
a { background-color: #B78D88; }
a { background-color: rgb(183,141,136); }
div.DivClassName
{
background-color: #B78D88;
}
.BgClassName
{
background-color: #B78D88;
}
</style>
border-color css
<style>
span { border-color: #B78D88; }
span { border-color: rgb(183,141,136); }
td.TdClassName
{
border-color: #B78D88;
}
.TagClassName
{
border-color: #B78D88;
}
</style>