#BE8E85

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

Shades of Oriental Pink #BE8E85

Tints of Oriental Pink #BE8E85

Color information

#BE8E85 (or 0xBE8E85) is unknown color: approx Oriental Pink. HEX triplet: BE, 8E and 85. RGB value is (190,142,133). Sum of RGB (Red+Green+Blue) = 190+142+133=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8E85 is #41717A. Grayscale: #9B9B9B. Windows color (decimal): -4288891 or 8752830. OLE color: 8752830.

HSL color Cylindrical-coordinate representation of color #BE8E85: hue angle of 9.47º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE8E85 is Cyan = 0, Magento = 0.25, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB190142133-
CMYK00.250.30.25
HSL9.47º30.48%63.33%-
HSV(B)9.47º30%74.51%-
XYZ35.1431.9926.51-
YUV155.33115.4152.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 142 (55.86% from 255) = 30.54%
BLUE value IS 133 (52.34% from 255) = 28.60%
R=40.86%
G=30.54%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014213300.250.30.259.4730.4863.33
HexBE8E850191E1991e3f
Octal2762162050313631113677
Binary1011111010001110100001010110011111011001100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E85; }

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

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

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

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

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

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

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

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