Shades of Oriental Pink #BD9085
Tints of Oriental Pink #BD9085
RGB
CMYK
RGB Variations
Color information
#BD9085 (or 0xBD9085) is known color: Oriental Pink. HEX triplet: BD, 90 and 85. RGB value is (189,144,133). Sum of RGB (Red+Green+Blue) = 189+144+133=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9085 is #426F7A. Grayscale: #9C9C9C. Windows color (decimal): -4353915 or 8753341. OLE color: 8753341.
HSL color Cylindrical-coordinate representation of color #BD9085: hue angle of 11.79º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD9085 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 133 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.26 |
| HSL | 11.79º | 0.3% | 0.63% | - |
| HSV(B) | 11.79º | 0.3% | 0.74% | - |
| XYZ | 35.19 | 32.46 | 26.6 | - |
| YUV | 156.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 133 | 0 | 0.24 | 0.30 | 0.26 | 11.79 | 0.3 | 0.63 |
| Hex | BD | 90 | 85 | 0 | 18 | 1E | 1A | C | 1E | 3F |
| Octal | 275 | 220 | 205 | 0 | 30 | 36 | 32 | 14 | 36 | 77 |
| Binary | 10111101 | 10010000 | 10000101 | 0 | 11000 | 11110 | 11010 | 1100 | 11110 | 111111 |
Color Harmonies of #BD9085
Complementary color
Monochromatic Colors of #BD9085
Black with #BD9085
Text Example
Text Example
White with #BD9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9085; }
p { color: rgb(189,144,133); }
H1.HeaderClassName
{
color: #BD9085;
}
.AnyTagClassName
{
color: #BD9085;
}
</style>
background-color css
<style>
a { background-color: #BD9085; }
a { background-color: rgb(189,144,133); }
div.DivClassName
{
background-color: #BD9085;
}
.BgClassName
{
background-color: #BD9085;
}
</style>
border-color css
<style>
span { border-color: #BD9085; }
span { border-color: rgb(189,144,133); }
td.TdClassName
{
border-color: #BD9085;
}
.TagClassName
{
border-color: #BD9085;
}
</style>