Shades of Oriental Pink #BD8683
Tints of Oriental Pink #BD8683
RGB
CMYK
RGB Variations
Color information
#BD8683 (or 0xBD8683) is known color: Oriental Pink. HEX triplet: BD, 86 and 83. RGB value is (189,134,131). Sum of RGB (Red+Green+Blue) = 189+134+131=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8683 is #42797C. Grayscale: #969696. Windows color (decimal): -4356477 or 8619709. OLE color: 8619709.
HSL color Cylindrical-coordinate representation of color #BD8683: hue angle of 3.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 #BD8683 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 131 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.26 |
| HSL | 3.1º | 0.31% | 0.63% | - |
| HSV(B) | 3.1º | 0.31% | 0.74% | - |
| XYZ | 33.61 | 29.51 | 25.4 | - |
| YUV | 150.1 | 117.22 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 131 | 0 | 0.29 | 0.31 | 0.26 | 3.1 | 0.31 | 0.63 |
| Hex | BD | 86 | 83 | 0 | 1D | 1F | 1A | 3 | 1F | 3F |
| Octal | 275 | 206 | 203 | 0 | 35 | 37 | 32 | 3 | 37 | 77 |
| Binary | 10111101 | 10000110 | 10000011 | 0 | 11101 | 11111 | 11010 | 11 | 11111 | 111111 |
Color Harmonies of #BD8683
Complementary color
Monochromatic Colors of #BD8683
Black with #BD8683
Text Example
Text Example
White with #BD8683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8683; }
p { color: rgb(189,134,131); }
H1.HeaderClassName
{
color: #BD8683;
}
.AnyTagClassName
{
color: #BD8683;
}
</style>
background-color css
<style>
a { background-color: #BD8683; }
a { background-color: rgb(189,134,131); }
div.DivClassName
{
background-color: #BD8683;
}
.BgClassName
{
background-color: #BD8683;
}
</style>
border-color css
<style>
span { border-color: #BD8683; }
span { border-color: rgb(189,134,131); }
td.TdClassName
{
border-color: #BD8683;
}
.TagClassName
{
border-color: #BD8683;
}
</style>