Shades of Oriental Pink #BE8780
Tints of Oriental Pink #BE8780
RGB
CMYK
RGB Variations
Color information
#BE8780 (or 0xBE8780) is known color: Oriental Pink. HEX triplet: BE, 87 and 80. RGB value is (190,135,128). Sum of RGB (Red+Green+Blue) = 190+135+128=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8780 is #41787F. Grayscale: #969696. Windows color (decimal): -4290688 or 8423358. OLE color: 8423358.
HSL color Cylindrical-coordinate representation of color #BE8780: hue angle of 6.77º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE8780 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 135 | 128 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.25 |
| HSL | 6.77º | 0.32% | 0.62% | - |
| HSV(B) | 6.77º | 0.33% | 0.75% | - |
| XYZ | 33.8 | 29.83 | 24.4 | - |
| YUV | 150.65 | 115.22 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 135 | 128 | 0 | 0.29 | 0.33 | 0.25 | 6.77 | 0.32 | 0.62 |
| Hex | BE | 87 | 80 | 0 | 1D | 21 | 19 | 7 | 20 | 3E |
| Octal | 276 | 207 | 200 | 0 | 35 | 41 | 31 | 7 | 40 | 76 |
| Binary | 10111110 | 10000111 | 10000000 | 0 | 11101 | 100001 | 11001 | 111 | 100000 | 111110 |
Color Harmonies of #BE8780
Complementary color
Monochromatic Colors of #BE8780
Black with #BE8780
Text Example
Text Example
White with #BE8780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8780; }
p { color: rgb(190,135,128); }
H1.HeaderClassName
{
color: #BE8780;
}
.AnyTagClassName
{
color: #BE8780;
}
</style>
background-color css
<style>
a { background-color: #BE8780; }
a { background-color: rgb(190,135,128); }
div.DivClassName
{
background-color: #BE8780;
}
.BgClassName
{
background-color: #BE8780;
}
</style>
border-color css
<style>
span { border-color: #BE8780; }
span { border-color: rgb(190,135,128); }
td.TdClassName
{
border-color: #BE8780;
}
.TagClassName
{
border-color: #BE8780;
}
</style>