Shades of Oriental Pink #BE8683
Tints of Oriental Pink #BE8683
RGB
CMYK
RGB Variations
Color information
#BE8683 (or 0xBE8683) is known color: Oriental Pink. HEX triplet: BE, 86 and 83. RGB value is (190,134,131). Sum of RGB (Red+Green+Blue) = 190+134+131=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8683 is #41797C. Grayscale: #969696. Windows color (decimal): -4290941 or 8619710. OLE color: 8619710.
HSL color Cylindrical-coordinate representation of color #BE8683: hue angle of 3.05º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE8683 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 134 | 131 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.25 |
| HSL | 3.05º | 0.31% | 0.63% | - |
| HSV(B) | 3.05º | 0.31% | 0.75% | - |
| XYZ | 33.86 | 29.64 | 25.41 | - |
| YUV | 150.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 134 | 131 | 0 | 0.29 | 0.31 | 0.25 | 3.05 | 0.31 | 0.63 |
| Hex | BE | 86 | 83 | 0 | 1D | 1F | 19 | 3 | 1F | 3F |
| Octal | 276 | 206 | 203 | 0 | 35 | 37 | 31 | 3 | 37 | 77 |
| Binary | 10111110 | 10000110 | 10000011 | 0 | 11101 | 11111 | 11001 | 11 | 11111 | 111111 |
Color Harmonies of #BE8683
Complementary color
Monochromatic Colors of #BE8683
Black with #BE8683
Text Example
Text Example
White with #BE8683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8683; }
p { color: rgb(190,134,131); }
H1.HeaderClassName
{
color: #BE8683;
}
.AnyTagClassName
{
color: #BE8683;
}
</style>
background-color css
<style>
a { background-color: #BE8683; }
a { background-color: rgb(190,134,131); }
div.DivClassName
{
background-color: #BE8683;
}
.BgClassName
{
background-color: #BE8683;
}
</style>
border-color css
<style>
span { border-color: #BE8683; }
span { border-color: rgb(190,134,131); }
td.TdClassName
{
border-color: #BE8683;
}
.TagClassName
{
border-color: #BE8683;
}
</style>