Shades of Oriental Pink #BD9289
Tints of Oriental Pink #BD9289
RGB
CMYK
RGB Variations
Color information
#BD9289 (or 0xBD9289) is known color: Oriental Pink. HEX triplet: BD, 92 and 89. RGB value is (189,146,137). Sum of RGB (Red+Green+Blue) = 189+146+137=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9289 is #426D76. Grayscale: #9D9D9D. Windows color (decimal): -4353399 or 9015997. OLE color: 9015997.
HSL color Cylindrical-coordinate representation of color #BD9289: hue angle of 10.38º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD9289 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 137 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.26 |
| HSL | 10.38º | 0.28% | 0.64% | - |
| HSV(B) | 10.38º | 0.28% | 0.74% | - |
| XYZ | 35.78 | 33.18 | 28.19 | - |
| YUV | 157.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 137 | 0 | 0.23 | 0.28 | 0.26 | 10.38 | 0.28 | 0.64 |
| Hex | BD | 92 | 89 | 0 | 17 | 1C | 1A | A | 1C | 40 |
| Octal | 275 | 222 | 211 | 0 | 27 | 34 | 32 | 12 | 34 | 100 |
| Binary | 10111101 | 10010010 | 10001001 | 0 | 10111 | 11100 | 11010 | 1010 | 11100 | 1000000 |
Color Harmonies of #BD9289
Complementary color
Monochromatic Colors of #BD9289
Black with #BD9289
Text Example
Text Example
White with #BD9289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9289; }
p { color: rgb(189,146,137); }
H1.HeaderClassName
{
color: #BD9289;
}
.AnyTagClassName
{
color: #BD9289;
}
</style>
background-color css
<style>
a { background-color: #BD9289; }
a { background-color: rgb(189,146,137); }
div.DivClassName
{
background-color: #BD9289;
}
.BgClassName
{
background-color: #BD9289;
}
</style>
border-color css
<style>
span { border-color: #BD9289; }
span { border-color: rgb(189,146,137); }
td.TdClassName
{
border-color: #BD9289;
}
.TagClassName
{
border-color: #BD9289;
}
</style>