#BE8E81

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

Shades of Oriental Pink #BE8E81

Tints of Oriental Pink #BE8E81

Color information

#BE8E81 (or 0xBE8E81) is unknown color: approx Oriental Pink. HEX triplet: BE, 8E and 81. RGB value is (190,142,129). Sum of RGB (Red+Green+Blue) = 190+142+129=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8E81 is #41717E. Grayscale: #9A9A9A. Windows color (decimal): -4288895 or 8490686. OLE color: 8490686.

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

Color convert

RGB190142129-
CMYK00.250.320.25
HSL12.79º31.94%62.55%-
HSV(B)12.79º32.11%74.51%-
XYZ34.8731.8825.08-
YUV154.87113.4153.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=41.21%
G=30.80%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014212900.250.320.2512.7931.9462.55
HexBE8E810192019d203f
Octal2762162010314031154077
Binary101111101000111010000001011001100000110011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E81; }

 p { color: rgb(190,142,129); }

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

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

 a { background-color: rgb(190,142,129); }

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

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

 span { border-color: rgb(190,142,129); }

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