Shades of Oriental Pink #BE8381
Tints of Oriental Pink #BE8381
RGB
CMYK
RGB Variations
Color information
#BE8381 (or 0xBE8381) is known color: Oriental Pink. HEX triplet: BE, 83 and 81. RGB value is (190,131,129). Sum of RGB (Red+Green+Blue) = 190+131+129=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8381 is #417C7E. Grayscale: #949494. Windows color (decimal): -4291711 or 8487870. OLE color: 8487870.
HSL color Cylindrical-coordinate representation of color #BE8381: hue angle of 1.97º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE8381 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 129 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.25 |
| HSL | 1.97º | 0.32% | 0.63% | - |
| HSV(B) | 1.97º | 0.32% | 0.75% | - |
| XYZ | 33.31 | 28.76 | 24.57 | - |
| YUV | 148.41 | 117.05 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 129 | 0 | 0.31 | 0.32 | 0.25 | 1.97 | 0.32 | 0.63 |
| Hex | BE | 83 | 81 | 0 | 1F | 20 | 19 | 2 | 20 | 3F |
| Octal | 276 | 203 | 201 | 0 | 37 | 40 | 31 | 2 | 40 | 77 |
| Binary | 10111110 | 10000011 | 10000001 | 0 | 11111 | 100000 | 11001 | 10 | 100000 | 111111 |
Color Harmonies of #BE8381
Complementary color
Monochromatic Colors of #BE8381
Black with #BE8381
Text Example
Text Example
White with #BE8381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8381; }
p { color: rgb(190,131,129); }
H1.HeaderClassName
{
color: #BE8381;
}
.AnyTagClassName
{
color: #BE8381;
}
</style>
background-color css
<style>
a { background-color: #BE8381; }
a { background-color: rgb(190,131,129); }
div.DivClassName
{
background-color: #BE8381;
}
.BgClassName
{
background-color: #BE8381;
}
</style>
border-color css
<style>
span { border-color: #BE8381; }
span { border-color: rgb(190,131,129); }
td.TdClassName
{
border-color: #BE8381;
}
.TagClassName
{
border-color: #BE8381;
}
</style>