Shades of Oriental Pink #BD8983
Tints of Oriental Pink #BD8983
RGB
CMYK
RGB Variations
Color information
#BD8983 (or 0xBD8983) is known color: Oriental Pink. HEX triplet: BD, 89 and 83. RGB value is (189,137,131). Sum of RGB (Red+Green+Blue) = 189+137+131=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8983 is #42767C. Grayscale: #979797. Windows color (decimal): -4355709 or 8620477. OLE color: 8620477.
HSL color Cylindrical-coordinate representation of color #BD8983: hue angle of 6.21º 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 #BD8983 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 131 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.26 |
| HSL | 6.21º | 0.31% | 0.63% | - |
| HSV(B) | 6.21º | 0.31% | 0.74% | - |
| XYZ | 34.03 | 30.35 | 25.54 | - |
| YUV | 151.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 131 | 0 | 0.28 | 0.31 | 0.26 | 6.21 | 0.31 | 0.63 |
| Hex | BD | 89 | 83 | 0 | 1C | 1F | 1A | 6 | 1F | 3F |
| Octal | 275 | 211 | 203 | 0 | 34 | 37 | 32 | 6 | 37 | 77 |
| Binary | 10111101 | 10001001 | 10000011 | 0 | 11100 | 11111 | 11010 | 110 | 11111 | 111111 |
Color Harmonies of #BD8983
Complementary color
Monochromatic Colors of #BD8983
Black with #BD8983
Text Example
Text Example
White with #BD8983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8983; }
p { color: rgb(189,137,131); }
H1.HeaderClassName
{
color: #BD8983;
}
.AnyTagClassName
{
color: #BD8983;
}
</style>
background-color css
<style>
a { background-color: #BD8983; }
a { background-color: rgb(189,137,131); }
div.DivClassName
{
background-color: #BD8983;
}
.BgClassName
{
background-color: #BD8983;
}
</style>
border-color css
<style>
span { border-color: #BD8983; }
span { border-color: rgb(189,137,131); }
td.TdClassName
{
border-color: #BD8983;
}
.TagClassName
{
border-color: #BD8983;
}
</style>