Shades of Oriental Pink #BD918A
Tints of Oriental Pink #BD918A
RGB
CMYK
RGB Variations
Color information
#BD918A (or 0xBD918A) is known color: Oriental Pink. HEX triplet: BD, 91 and 8A. RGB value is (189,145,138). Sum of RGB (Red+Green+Blue) = 189+145+138=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD918A is #426E75. Grayscale: #9D9D9D. Windows color (decimal): -4353654 or 9081277. OLE color: 9081277.
HSL color Cylindrical-coordinate representation of color #BD918A: hue angle of 8.24º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD918A is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 138 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.26 |
| HSL | 8.24º | 0.28% | 0.64% | - |
| HSV(B) | 8.24º | 0.27% | 0.74% | - |
| XYZ | 35.7 | 32.9 | 28.51 | - |
| YUV | 157.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 138 | 0 | 0.23 | 0.27 | 0.26 | 8.24 | 0.28 | 0.64 |
| Hex | BD | 91 | 8A | 0 | 17 | 1B | 1A | 8 | 1C | 40 |
| Octal | 275 | 221 | 212 | 0 | 27 | 33 | 32 | 10 | 34 | 100 |
| Binary | 10111101 | 10010001 | 10001010 | 0 | 10111 | 11011 | 11010 | 1000 | 11100 | 1000000 |
Color Harmonies of #BD918A
Complementary color
Monochromatic Colors of #BD918A
Black with #BD918A
Text Example
Text Example
White with #BD918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD918A; }
p { color: rgb(189,145,138); }
H1.HeaderClassName
{
color: #BD918A;
}
.AnyTagClassName
{
color: #BD918A;
}
</style>
background-color css
<style>
a { background-color: #BD918A; }
a { background-color: rgb(189,145,138); }
div.DivClassName
{
background-color: #BD918A;
}
.BgClassName
{
background-color: #BD918A;
}
</style>
border-color css
<style>
span { border-color: #BD918A; }
span { border-color: rgb(189,145,138); }
td.TdClassName
{
border-color: #BD918A;
}
.TagClassName
{
border-color: #BD918A;
}
</style>