#BE8880

Color #BE8880 Oriental Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oriental Pink #BE8880

Tints of Oriental Pink #BE8880

Color information

#BE8880 (or 0xBE8880) is unknown color: approx Oriental Pink. HEX triplet: BE, 88 and 80. RGB value is (190,136,128). Sum of RGB (Red+Green+Blue) = 190+136+128=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8880 is #41777F. Grayscale: #979797. Windows color (decimal): -4290432 or 8423614. OLE color: 8423614.

HSL color Cylindrical-coordinate representation of color #BE8880: hue angle of 7.74º 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 #BE8880 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB190136128-
CMYK00.280.330.25
HSL7.74º32.29%62.35%-
HSV(B)7.74º32.63%74.51%-
XYZ33.9430.1124.45-
YUV151.23114.89155.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 128 (50.39% from 255) = 28.19%
R=41.85%
G=29.96%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013612800.280.330.257.7432.2962.35
HexBE888001C21198203e
Octal2762102000344131104076
Binary101111101000100010000000011100100001110011000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8880; }

 p { color: rgb(190,136,128); }

 H1.HeaderClassName
 {
   color: #BE8880;
 }
 .AnyTagClassName
 {
   color: #BE8880;
 }
</style>
background-color css

<style>
 a { background-color: #BE8880; }

 a { background-color: rgb(190,136,128); }

 div.DivClassName
 {
   background-color: #BE8880;
 }
 .BgClassName
 {
   background-color: #BE8880;
 }
</style>
border-color css

<style>
 span { border-color: #BE8880; }

 span { border-color: rgb(190,136,128); }

 td.TdClassName
 {
   border-color: #BE8880;
 }
 .TagClassName
 {
   border-color: #BE8880;
 }
</style>