Shades of Oriental Pink #BD938E
Tints of Oriental Pink #BD938E
RGB
CMYK
RGB Variations
Color information
#BD938E (or 0xBD938E) is known color: Oriental Pink. HEX triplet: BD, 93 and 8E. RGB value is (189,147,142). Sum of RGB (Red+Green+Blue) = 189+147+142=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD938E is #426C71. Grayscale: #9F9F9F. Windows color (decimal): -4353138 or 9343933. OLE color: 9343933.
HSL color Cylindrical-coordinate representation of color #BD938E: hue angle of 6.38º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD938E is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 142 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.26 |
| HSL | 6.38º | 0.26% | 0.65% | - |
| HSV(B) | 6.38º | 0.25% | 0.74% | - |
| XYZ | 36.3 | 33.64 | 30.17 | - |
| YUV | 158.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 142 | 0 | 0.22 | 0.25 | 0.26 | 6.38 | 0.26 | 0.65 |
| Hex | BD | 93 | 8E | 0 | 16 | 19 | 1A | 6 | 1A | 41 |
| Octal | 275 | 223 | 216 | 0 | 26 | 31 | 32 | 6 | 32 | 101 |
| Binary | 10111101 | 10010011 | 10001110 | 0 | 10110 | 11001 | 11010 | 110 | 11010 | 1000001 |
Color Harmonies of #BD938E
Complementary color
Monochromatic Colors of #BD938E
Black with #BD938E
Text Example
Text Example
White with #BD938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD938E; }
p { color: rgb(189,147,142); }
H1.HeaderClassName
{
color: #BD938E;
}
.AnyTagClassName
{
color: #BD938E;
}
</style>
background-color css
<style>
a { background-color: #BD938E; }
a { background-color: rgb(189,147,142); }
div.DivClassName
{
background-color: #BD938E;
}
.BgClassName
{
background-color: #BD938E;
}
</style>
border-color css
<style>
span { border-color: #BD938E; }
span { border-color: rgb(189,147,142); }
td.TdClassName
{
border-color: #BD938E;
}
.TagClassName
{
border-color: #BD938E;
}
</style>