Shades of Oriental Pink #BD8A87
Tints of Oriental Pink #BD8A87
RGB
CMYK
RGB Variations
Color information
#BD8A87 (or 0xBD8A87) is known color: Oriental Pink. HEX triplet: BD, 8A and 87. RGB value is (189,138,135). Sum of RGB (Red+Green+Blue) = 189+138+135=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8A87 is #427578. Grayscale: #989898. Windows color (decimal): -4355449 or 8882877. OLE color: 8882877.
HSL color Cylindrical-coordinate representation of color #BD8A87: hue angle of 3.33º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD8A87 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 138 | 135 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.26 |
| HSL | 3.33º | 0.29% | 0.64% | - |
| HSV(B) | 3.33º | 0.29% | 0.74% | - |
| XYZ | 34.45 | 30.75 | 27.04 | - |
| YUV | 152.91 | 117.9 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 135 | 0 | 0.27 | 0.29 | 0.26 | 3.33 | 0.29 | 0.64 |
| Hex | BD | 8A | 87 | 0 | 1B | 1D | 1A | 3 | 1D | 40 |
| Octal | 275 | 212 | 207 | 0 | 33 | 35 | 32 | 3 | 35 | 100 |
| Binary | 10111101 | 10001010 | 10000111 | 0 | 11011 | 11101 | 11010 | 11 | 11101 | 1000000 |
Color Harmonies of #BD8A87
Complementary color
Monochromatic Colors of #BD8A87
Black with #BD8A87
Text Example
Text Example
White with #BD8A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8A87; }
p { color: rgb(189,138,135); }
H1.HeaderClassName
{
color: #BD8A87;
}
.AnyTagClassName
{
color: #BD8A87;
}
</style>
background-color css
<style>
a { background-color: #BD8A87; }
a { background-color: rgb(189,138,135); }
div.DivClassName
{
background-color: #BD8A87;
}
.BgClassName
{
background-color: #BD8A87;
}
</style>
border-color css
<style>
span { border-color: #BD8A87; }
span { border-color: rgb(189,138,135); }
td.TdClassName
{
border-color: #BD8A87;
}
.TagClassName
{
border-color: #BD8A87;
}
</style>