Shades of Oriental Pink #BD8D81
Tints of Oriental Pink #BD8D81
RGB
CMYK
RGB Variations
Color information
#BD8D81 (or 0xBD8D81) is known color: Oriental Pink. HEX triplet: BD, 8D and 81. RGB value is (189,141,129). Sum of RGB (Red+Green+Blue) = 189+141+129=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8D81 is #42727E. Grayscale: #9A9A9A. Windows color (decimal): -4354687 or 8490429. OLE color: 8490429.
HSL color Cylindrical-coordinate representation of color #BD8D81: hue angle of 12º 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 #BD8D81 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 129 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.26 |
| HSL | 12º | 0.31% | 0.62% | - |
| HSV(B) | 12º | 0.32% | 0.74% | - |
| XYZ | 34.47 | 31.45 | 25.02 | - |
| YUV | 153.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 129 | 0 | 0.25 | 0.32 | 0.26 | 12 | 0.31 | 0.62 |
| Hex | BD | 8D | 81 | 0 | 19 | 20 | 1A | C | 1F | 3E |
| Octal | 275 | 215 | 201 | 0 | 31 | 40 | 32 | 14 | 37 | 76 |
| Binary | 10111101 | 10001101 | 10000001 | 0 | 11001 | 100000 | 11010 | 1100 | 11111 | 111110 |
Color Harmonies of #BD8D81
Complementary color
Monochromatic Colors of #BD8D81
Black with #BD8D81
Text Example
Text Example
White with #BD8D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D81; }
p { color: rgb(189,141,129); }
H1.HeaderClassName
{
color: #BD8D81;
}
.AnyTagClassName
{
color: #BD8D81;
}
</style>
background-color css
<style>
a { background-color: #BD8D81; }
a { background-color: rgb(189,141,129); }
div.DivClassName
{
background-color: #BD8D81;
}
.BgClassName
{
background-color: #BD8D81;
}
</style>
border-color css
<style>
span { border-color: #BD8D81; }
span { border-color: rgb(189,141,129); }
td.TdClassName
{
border-color: #BD8D81;
}
.TagClassName
{
border-color: #BD8D81;
}
</style>