Shades of Oriental Pink #BD8E81
Tints of Oriental Pink #BD8E81
RGB
CMYK
RGB Variations
Color information
#BD8E81 (or 0xBD8E81) is known color: Oriental Pink. HEX triplet: BD, 8E and 81. RGB value is (189,142,129). Sum of RGB (Red+Green+Blue) = 189+142+129=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8E81 is #42717E. Grayscale: #9A9A9A. Windows color (decimal): -4354431 or 8490685. OLE color: 8490685.
HSL color Cylindrical-coordinate representation of color #BD8E81: hue angle of 13º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD8E81 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 129 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.26 |
| HSL | 13º | 0.31% | 0.62% | - |
| HSV(B) | 13º | 0.32% | 0.74% | - |
| XYZ | 34.62 | 31.75 | 25.07 | - |
| YUV | 154.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 129 | 0 | 0.25 | 0.32 | 0.26 | 13 | 0.31 | 0.62 |
| Hex | BD | 8E | 81 | 0 | 19 | 20 | 1A | D | 1F | 3E |
| Octal | 275 | 216 | 201 | 0 | 31 | 40 | 32 | 15 | 37 | 76 |
| Binary | 10111101 | 10001110 | 10000001 | 0 | 11001 | 100000 | 11010 | 1101 | 11111 | 111110 |
Color Harmonies of #BD8E81
Complementary color
Monochromatic Colors of #BD8E81
Black with #BD8E81
Text Example
Text Example
White with #BD8E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E81; }
p { color: rgb(189,142,129); }
H1.HeaderClassName
{
color: #BD8E81;
}
.AnyTagClassName
{
color: #BD8E81;
}
</style>
background-color css
<style>
a { background-color: #BD8E81; }
a { background-color: rgb(189,142,129); }
div.DivClassName
{
background-color: #BD8E81;
}
.BgClassName
{
background-color: #BD8E81;
}
</style>
border-color css
<style>
span { border-color: #BD8E81; }
span { border-color: rgb(189,142,129); }
td.TdClassName
{
border-color: #BD8E81;
}
.TagClassName
{
border-color: #BD8E81;
}
</style>