Shades of Oriental Pink #BD8F86
Tints of Oriental Pink #BD8F86
RGB
CMYK
RGB Variations
Color information
#BD8F86 (or 0xBD8F86) is known color: Oriental Pink. HEX triplet: BD, 8F and 86. RGB value is (189,143,134). Sum of RGB (Red+Green+Blue) = 189+143+134=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8F86 is #427079. Grayscale: #9B9B9B. Windows color (decimal): -4354170 or 8818621. OLE color: 8818621.
HSL color Cylindrical-coordinate representation of color #BD8F86: hue angle of 9.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD8F86 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 134 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.26 |
| HSL | 9.82º | 0.29% | 0.63% | - |
| HSV(B) | 9.82º | 0.29% | 0.74% | - |
| XYZ | 35.11 | 32.18 | 26.92 | - |
| YUV | 155.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 134 | 0 | 0.24 | 0.29 | 0.26 | 9.82 | 0.29 | 0.63 |
| Hex | BD | 8F | 86 | 0 | 18 | 1D | 1A | A | 1D | 3F |
| Octal | 275 | 217 | 206 | 0 | 30 | 35 | 32 | 12 | 35 | 77 |
| Binary | 10111101 | 10001111 | 10000110 | 0 | 11000 | 11101 | 11010 | 1010 | 11101 | 111111 |
Color Harmonies of #BD8F86
Complementary color
Monochromatic Colors of #BD8F86
Black with #BD8F86
Text Example
Text Example
White with #BD8F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F86; }
p { color: rgb(189,143,134); }
H1.HeaderClassName
{
color: #BD8F86;
}
.AnyTagClassName
{
color: #BD8F86;
}
</style>
background-color css
<style>
a { background-color: #BD8F86; }
a { background-color: rgb(189,143,134); }
div.DivClassName
{
background-color: #BD8F86;
}
.BgClassName
{
background-color: #BD8F86;
}
</style>
border-color css
<style>
span { border-color: #BD8F86; }
span { border-color: rgb(189,143,134); }
td.TdClassName
{
border-color: #BD8F86;
}
.TagClassName
{
border-color: #BD8F86;
}
</style>