Shades of Oriental Pink #BD9288
Tints of Oriental Pink #BD9288
RGB
CMYK
RGB Variations
Color information
#BD9288 (or 0xBD9288) is known color: Oriental Pink. HEX triplet: BD, 92 and 88. RGB value is (189,146,136). Sum of RGB (Red+Green+Blue) = 189+146+136=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9288 is #426D77. Grayscale: #9D9D9D. Windows color (decimal): -4353400 or 8950461. OLE color: 8950461.
HSL color Cylindrical-coordinate representation of color #BD9288: hue angle of 11.32º degrees, saturation: 0.29, 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 #BD9288 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 136 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.26 |
| HSL | 11.32º | 0.29% | 0.64% | - |
| HSV(B) | 11.32º | 0.28% | 0.74% | - |
| XYZ | 35.71 | 33.15 | 27.81 | - |
| YUV | 157.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 136 | 0 | 0.23 | 0.28 | 0.26 | 11.32 | 0.29 | 0.64 |
| Hex | BD | 92 | 88 | 0 | 17 | 1C | 1A | B | 1D | 40 |
| Octal | 275 | 222 | 210 | 0 | 27 | 34 | 32 | 13 | 35 | 100 |
| Binary | 10111101 | 10010010 | 10001000 | 0 | 10111 | 11100 | 11010 | 1011 | 11101 | 1000000 |
Color Harmonies of #BD9288
Complementary color
Monochromatic Colors of #BD9288
Black with #BD9288
Text Example
Text Example
White with #BD9288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9288; }
p { color: rgb(189,146,136); }
H1.HeaderClassName
{
color: #BD9288;
}
.AnyTagClassName
{
color: #BD9288;
}
</style>
background-color css
<style>
a { background-color: #BD9288; }
a { background-color: rgb(189,146,136); }
div.DivClassName
{
background-color: #BD9288;
}
.BgClassName
{
background-color: #BD9288;
}
</style>
border-color css
<style>
span { border-color: #BD9288; }
span { border-color: rgb(189,146,136); }
td.TdClassName
{
border-color: #BD9288;
}
.TagClassName
{
border-color: #BD9288;
}
</style>