Shades of Oriental Pink #BD8981
Tints of Oriental Pink #BD8981
RGB
CMYK
RGB Variations
Color information
#BD8981 (or 0xBD8981) is known color: Oriental Pink. HEX triplet: BD, 89 and 81. RGB value is (189,137,129). Sum of RGB (Red+Green+Blue) = 189+137+129=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8981 is #42767E. Grayscale: #979797. Windows color (decimal): -4355711 or 8489405. OLE color: 8489405.
HSL color Cylindrical-coordinate representation of color #BD8981: hue angle of 8º 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 #BD8981 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 129 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.26 |
| HSL | 8º | 0.31% | 0.62% | - |
| HSV(B) | 8º | 0.32% | 0.74% | - |
| XYZ | 33.89 | 30.3 | 24.83 | - |
| YUV | 151.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 129 | 0 | 0.28 | 0.32 | 0.26 | 8 | 0.31 | 0.62 |
| Hex | BD | 89 | 81 | 0 | 1C | 20 | 1A | 8 | 1F | 3E |
| Octal | 275 | 211 | 201 | 0 | 34 | 40 | 32 | 10 | 37 | 76 |
| Binary | 10111101 | 10001001 | 10000001 | 0 | 11100 | 100000 | 11010 | 1000 | 11111 | 111110 |
Color Harmonies of #BD8981
Complementary color
Monochromatic Colors of #BD8981
Black with #BD8981
Text Example
Text Example
White with #BD8981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8981; }
p { color: rgb(189,137,129); }
H1.HeaderClassName
{
color: #BD8981;
}
.AnyTagClassName
{
color: #BD8981;
}
</style>
background-color css
<style>
a { background-color: #BD8981; }
a { background-color: rgb(189,137,129); }
div.DivClassName
{
background-color: #BD8981;
}
.BgClassName
{
background-color: #BD8981;
}
</style>
border-color css
<style>
span { border-color: #BD8981; }
span { border-color: rgb(189,137,129); }
td.TdClassName
{
border-color: #BD8981;
}
.TagClassName
{
border-color: #BD8981;
}
</style>