Shades of Oriental Pink #BE8480
Tints of Oriental Pink #BE8480
RGB
CMYK
RGB Variations
Color information
#BE8480 (or 0xBE8480) is known color: Oriental Pink. HEX triplet: BE, 84 and 80. RGB value is (190,132,128). Sum of RGB (Red+Green+Blue) = 190+132+128=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8480 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8480 is #417B7F. Grayscale: #949494. Windows color (decimal): -4291456 or 8422590. OLE color: 8422590.
HSL color Cylindrical-coordinate representation of color #BE8480: hue angle of 3.87º 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 #BE8480 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 132 | 128 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.25 |
| HSL | 3.87º | 0.32% | 0.62% | - |
| HSV(B) | 3.87º | 0.33% | 0.75% | - |
| XYZ | 33.38 | 29.01 | 24.26 | - |
| YUV | 148.89 | 116.22 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 128 | 0 | 0.31 | 0.33 | 0.25 | 3.87 | 0.32 | 0.62 |
| Hex | BE | 84 | 80 | 0 | 1F | 21 | 19 | 4 | 20 | 3E |
| Octal | 276 | 204 | 200 | 0 | 37 | 41 | 31 | 4 | 40 | 76 |
| Binary | 10111110 | 10000100 | 10000000 | 0 | 11111 | 100001 | 11001 | 100 | 100000 | 111110 |
Color Harmonies of #BE8480
Complementary color
Monochromatic Colors of #BE8480
Black with #BE8480
Text Example
Text Example
White with #BE8480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8480; }
p { color: rgb(190,132,128); }
H1.HeaderClassName
{
color: #BE8480;
}
.AnyTagClassName
{
color: #BE8480;
}
</style>
background-color css
<style>
a { background-color: #BE8480; }
a { background-color: rgb(190,132,128); }
div.DivClassName
{
background-color: #BE8480;
}
.BgClassName
{
background-color: #BE8480;
}
</style>
border-color css
<style>
span { border-color: #BE8480; }
span { border-color: rgb(190,132,128); }
td.TdClassName
{
border-color: #BE8480;
}
.TagClassName
{
border-color: #BE8480;
}
</style>