Shades of Oriental Pink #BD8881
Tints of Oriental Pink #BD8881
RGB
CMYK
RGB Variations
Color information
#BD8881 (or 0xBD8881) is known color: Oriental Pink. HEX triplet: BD, 88 and 81. RGB value is (189,136,129). Sum of RGB (Red+Green+Blue) = 189+136+129=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8881 is #42777E. Grayscale: #979797. Windows color (decimal): -4355967 or 8489149. OLE color: 8489149.
HSL color Cylindrical-coordinate representation of color #BD8881: hue angle of 7º 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 #BD8881 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 129 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.26 |
| HSL | 7º | 0.31% | 0.62% | - |
| HSV(B) | 7º | 0.32% | 0.74% | - |
| XYZ | 33.75 | 30.01 | 24.78 | - |
| YUV | 151.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 129 | 0 | 0.28 | 0.32 | 0.26 | 7 | 0.31 | 0.62 |
| Hex | BD | 88 | 81 | 0 | 1C | 20 | 1A | 7 | 1F | 3E |
| Octal | 275 | 210 | 201 | 0 | 34 | 40 | 32 | 7 | 37 | 76 |
| Binary | 10111101 | 10001000 | 10000001 | 0 | 11100 | 100000 | 11010 | 111 | 11111 | 111110 |
Color Harmonies of #BD8881
Complementary color
Monochromatic Colors of #BD8881
Black with #BD8881
Text Example
Text Example
White with #BD8881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8881; }
p { color: rgb(189,136,129); }
H1.HeaderClassName
{
color: #BD8881;
}
.AnyTagClassName
{
color: #BD8881;
}
</style>
background-color css
<style>
a { background-color: #BD8881; }
a { background-color: rgb(189,136,129); }
div.DivClassName
{
background-color: #BD8881;
}
.BgClassName
{
background-color: #BD8881;
}
</style>
border-color css
<style>
span { border-color: #BD8881; }
span { border-color: rgb(189,136,129); }
td.TdClassName
{
border-color: #BD8881;
}
.TagClassName
{
border-color: #BD8881;
}
</style>