Shades of Oriental Pink #BD8D89
Tints of Oriental Pink #BD8D89
RGB
CMYK
RGB Variations
Color information
#BD8D89 (or 0xBD8D89) is known color: Oriental Pink. HEX triplet: BD, 8D and 89. RGB value is (189,141,137). Sum of RGB (Red+Green+Blue) = 189+141+137=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8D89 is #427276. Grayscale: #9A9A9A. Windows color (decimal): -4354679 or 9014717. OLE color: 9014717.
HSL color Cylindrical-coordinate representation of color #BD8D89: hue angle of 4.62º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD8D89 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 137 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.26 |
| HSL | 4.62º | 0.28% | 0.64% | - |
| HSV(B) | 4.62º | 0.28% | 0.74% | - |
| XYZ | 35.03 | 31.67 | 27.93 | - |
| YUV | 154.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 137 | 0 | 0.25 | 0.28 | 0.26 | 4.62 | 0.28 | 0.64 |
| Hex | BD | 8D | 89 | 0 | 19 | 1C | 1A | 5 | 1C | 40 |
| Octal | 275 | 215 | 211 | 0 | 31 | 34 | 32 | 5 | 34 | 100 |
| Binary | 10111101 | 10001101 | 10001001 | 0 | 11001 | 11100 | 11010 | 101 | 11100 | 1000000 |
Color Harmonies of #BD8D89
Complementary color
Monochromatic Colors of #BD8D89
Black with #BD8D89
Text Example
Text Example
White with #BD8D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D89; }
p { color: rgb(189,141,137); }
H1.HeaderClassName
{
color: #BD8D89;
}
.AnyTagClassName
{
color: #BD8D89;
}
</style>
background-color css
<style>
a { background-color: #BD8D89; }
a { background-color: rgb(189,141,137); }
div.DivClassName
{
background-color: #BD8D89;
}
.BgClassName
{
background-color: #BD8D89;
}
</style>
border-color css
<style>
span { border-color: #BD8D89; }
span { border-color: rgb(189,141,137); }
td.TdClassName
{
border-color: #BD8D89;
}
.TagClassName
{
border-color: #BD8D89;
}
</style>