Shades of Oriental Pink #BD8C89
Tints of Oriental Pink #BD8C89
RGB
CMYK
RGB Variations
Color information
#BD8C89 (or 0xBD8C89) is known color: Oriental Pink. HEX triplet: BD, 8C and 89. RGB value is (189,140,137). Sum of RGB (Red+Green+Blue) = 189+140+137=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8C89 is #427376. Grayscale: #9A9A9A. Windows color (decimal): -4354935 or 9014461. OLE color: 9014461.
HSL color Cylindrical-coordinate representation of color #BD8C89: hue angle of 3.46º 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 #BD8C89 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 140 | 137 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.26 |
| HSL | 3.46º | 0.28% | 0.64% | - |
| HSV(B) | 3.46º | 0.28% | 0.74% | - |
| XYZ | 34.88 | 31.38 | 27.89 | - |
| YUV | 154.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 137 | 0 | 0.26 | 0.28 | 0.26 | 3.46 | 0.28 | 0.64 |
| Hex | BD | 8C | 89 | 0 | 1A | 1C | 1A | 3 | 1C | 40 |
| Octal | 275 | 214 | 211 | 0 | 32 | 34 | 32 | 3 | 34 | 100 |
| Binary | 10111101 | 10001100 | 10001001 | 0 | 11010 | 11100 | 11010 | 11 | 11100 | 1000000 |
Color Harmonies of #BD8C89
Complementary color
Monochromatic Colors of #BD8C89
Black with #BD8C89
Text Example
Text Example
White with #BD8C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8C89; }
p { color: rgb(189,140,137); }
H1.HeaderClassName
{
color: #BD8C89;
}
.AnyTagClassName
{
color: #BD8C89;
}
</style>
background-color css
<style>
a { background-color: #BD8C89; }
a { background-color: rgb(189,140,137); }
div.DivClassName
{
background-color: #BD8C89;
}
.BgClassName
{
background-color: #BD8C89;
}
</style>
border-color css
<style>
span { border-color: #BD8C89; }
span { border-color: rgb(189,140,137); }
td.TdClassName
{
border-color: #BD8C89;
}
.TagClassName
{
border-color: #BD8C89;
}
</style>