Shades of Oriental Pink #BD8882
Tints of Oriental Pink #BD8882
RGB
CMYK
RGB Variations
Color information
#BD8882 (or 0xBD8882) is known color: Oriental Pink. HEX triplet: BD, 88 and 82. RGB value is (189,136,130). Sum of RGB (Red+Green+Blue) = 189+136+130=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8882 is #42777D. Grayscale: #979797. Windows color (decimal): -4355966 or 8554685. OLE color: 8554685.
HSL color Cylindrical-coordinate representation of color #BD8882: hue angle of 6.1º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD8882 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 130 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.26 |
| HSL | 6.1º | 0.31% | 0.63% | - |
| HSV(B) | 6.1º | 0.31% | 0.74% | - |
| XYZ | 33.82 | 30.04 | 25.13 | - |
| YUV | 151.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 130 | 0 | 0.28 | 0.31 | 0.26 | 6.1 | 0.31 | 0.63 |
| Hex | BD | 88 | 82 | 0 | 1C | 1F | 1A | 6 | 1F | 3F |
| Octal | 275 | 210 | 202 | 0 | 34 | 37 | 32 | 6 | 37 | 77 |
| Binary | 10111101 | 10001000 | 10000010 | 0 | 11100 | 11111 | 11010 | 110 | 11111 | 111111 |
Color Harmonies of #BD8882
Complementary color
Monochromatic Colors of #BD8882
Black with #BD8882
Text Example
Text Example
White with #BD8882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8882; }
p { color: rgb(189,136,130); }
H1.HeaderClassName
{
color: #BD8882;
}
.AnyTagClassName
{
color: #BD8882;
}
</style>
background-color css
<style>
a { background-color: #BD8882; }
a { background-color: rgb(189,136,130); }
div.DivClassName
{
background-color: #BD8882;
}
.BgClassName
{
background-color: #BD8882;
}
</style>
border-color css
<style>
span { border-color: #BD8882; }
span { border-color: rgb(189,136,130); }
td.TdClassName
{
border-color: #BD8882;
}
.TagClassName
{
border-color: #BD8882;
}
</style>