Shades of Oriental Pink #BE8580
Tints of Oriental Pink #BE8580
RGB
CMYK
RGB Variations
Color information
#BE8580 (or 0xBE8580) is known color: Oriental Pink. HEX triplet: BE, 85 and 80. RGB value is (190,133,128). Sum of RGB (Red+Green+Blue) = 190+133+128=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8580 is #417A7F. Grayscale: #959595. Windows color (decimal): -4291200 or 8422846. OLE color: 8422846.
HSL color Cylindrical-coordinate representation of color #BE8580: hue angle of 4.84º 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 #BE8580 is Cyan = 0, Magento = 0.3, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 128 | - |
| CMYK | 0 | 0.3 | 0.33 | 0.25 |
| HSL | 4.84º | 0.32% | 0.62% | - |
| HSV(B) | 4.84º | 0.33% | 0.75% | - |
| XYZ | 33.52 | 29.28 | 24.31 | - |
| YUV | 149.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 128 | 0 | 0.3 | 0.33 | 0.25 | 4.84 | 0.32 | 0.62 |
| Hex | BE | 85 | 80 | 0 | 1E | 21 | 19 | 5 | 20 | 3E |
| Octal | 276 | 205 | 200 | 0 | 36 | 41 | 31 | 5 | 40 | 76 |
| Binary | 10111110 | 10000101 | 10000000 | 0 | 11110 | 100001 | 11001 | 101 | 100000 | 111110 |
Color Harmonies of #BE8580
Complementary color
Monochromatic Colors of #BE8580
Black with #BE8580
Text Example
Text Example
White with #BE8580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8580; }
p { color: rgb(190,133,128); }
H1.HeaderClassName
{
color: #BE8580;
}
.AnyTagClassName
{
color: #BE8580;
}
</style>
background-color css
<style>
a { background-color: #BE8580; }
a { background-color: rgb(190,133,128); }
div.DivClassName
{
background-color: #BE8580;
}
.BgClassName
{
background-color: #BE8580;
}
</style>
border-color css
<style>
span { border-color: #BE8580; }
span { border-color: rgb(190,133,128); }
td.TdClassName
{
border-color: #BE8580;
}
.TagClassName
{
border-color: #BE8580;
}
</style>