Shades of Oriental Pink #BD8985
Tints of Oriental Pink #BD8985
RGB
CMYK
RGB Variations
Color information
#BD8985 (or 0xBD8985) is known color: Oriental Pink. HEX triplet: BD, 89 and 85. RGB value is (189,137,133). Sum of RGB (Red+Green+Blue) = 189+137+133=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8985 is #42767A. Grayscale: #989898. Windows color (decimal): -4355707 or 8751549. OLE color: 8751549.
HSL color Cylindrical-coordinate representation of color #BD8985: hue angle of 4.29º 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 #BD8985 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 133 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.26 |
| HSL | 4.29º | 0.3% | 0.63% | - |
| HSV(B) | 4.29º | 0.3% | 0.74% | - |
| XYZ | 34.17 | 30.4 | 26.26 | - |
| YUV | 152.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 133 | 0 | 0.28 | 0.30 | 0.26 | 4.29 | 0.3 | 0.63 |
| Hex | BD | 89 | 85 | 0 | 1C | 1E | 1A | 4 | 1E | 3F |
| Octal | 275 | 211 | 205 | 0 | 34 | 36 | 32 | 4 | 36 | 77 |
| Binary | 10111101 | 10001001 | 10000101 | 0 | 11100 | 11110 | 11010 | 100 | 11110 | 111111 |
Color Harmonies of #BD8985
Complementary color
Monochromatic Colors of #BD8985
Black with #BD8985
Text Example
Text Example
White with #BD8985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8985; }
p { color: rgb(189,137,133); }
H1.HeaderClassName
{
color: #BD8985;
}
.AnyTagClassName
{
color: #BD8985;
}
</style>
background-color css
<style>
a { background-color: #BD8985; }
a { background-color: rgb(189,137,133); }
div.DivClassName
{
background-color: #BD8985;
}
.BgClassName
{
background-color: #BD8985;
}
</style>
border-color css
<style>
span { border-color: #BD8985; }
span { border-color: rgb(189,137,133); }
td.TdClassName
{
border-color: #BD8985;
}
.TagClassName
{
border-color: #BD8985;
}
</style>