Shades of Oriental Pink #BD8784
Tints of Oriental Pink #BD8784
RGB
CMYK
RGB Variations
Color information
#BD8784 (or 0xBD8784) is known color: Oriental Pink. HEX triplet: BD, 87 and 84. RGB value is (189,135,132). Sum of RGB (Red+Green+Blue) = 189+135+132=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8784 is #42787B. Grayscale: #969696. Windows color (decimal): -4356220 or 8685501. OLE color: 8685501.
HSL color Cylindrical-coordinate representation of color #BD8784: hue angle of 3.16º 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 #BD8784 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 132 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.26 |
| HSL | 3.16º | 0.3% | 0.63% | - |
| HSV(B) | 3.16º | 0.3% | 0.74% | - |
| XYZ | 33.82 | 29.81 | 25.8 | - |
| YUV | 150.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 132 | 0 | 0.29 | 0.30 | 0.26 | 3.16 | 0.3 | 0.63 |
| Hex | BD | 87 | 84 | 0 | 1D | 1E | 1A | 3 | 1E | 3F |
| Octal | 275 | 207 | 204 | 0 | 35 | 36 | 32 | 3 | 36 | 77 |
| Binary | 10111101 | 10000111 | 10000100 | 0 | 11101 | 11110 | 11010 | 11 | 11110 | 111111 |
Color Harmonies of #BD8784
Complementary color
Monochromatic Colors of #BD8784
Black with #BD8784
Text Example
Text Example
White with #BD8784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8784; }
p { color: rgb(189,135,132); }
H1.HeaderClassName
{
color: #BD8784;
}
.AnyTagClassName
{
color: #BD8784;
}
</style>
background-color css
<style>
a { background-color: #BD8784; }
a { background-color: rgb(189,135,132); }
div.DivClassName
{
background-color: #BD8784;
}
.BgClassName
{
background-color: #BD8784;
}
</style>
border-color css
<style>
span { border-color: #BD8784; }
span { border-color: rgb(189,135,132); }
td.TdClassName
{
border-color: #BD8784;
}
.TagClassName
{
border-color: #BD8784;
}
</style>