#BE8A86

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

Shades of Oriental Pink #BE8A86

Tints of Oriental Pink #BE8A86

Color information

#BE8A86 (or 0xBE8A86) is unknown color: approx Oriental Pink. HEX triplet: BE, 8A and 86. RGB value is (190,138,134). Sum of RGB (Red+Green+Blue) = 190+138+134=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8A86 is #417579. Grayscale: #999999. Windows color (decimal): -4289914 or 8817342. OLE color: 8817342.

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

Color convert

RGB190138134-
CMYK00.270.290.25
HSL4.29º30.11%63.53%-
HSV(B)4.29º29.47%74.51%-
XYZ34.6330.8526.68-
YUV153.09117.23154.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 138 (54.30% from 255) = 29.87%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=41.13%
G=29.87%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013813400.270.290.254.2930.1163.53
HexBE8A8601B1D1941e40
Octal2762122060333531436100
Binary1011111010001010100001100110111110111001100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A86; }

 p { color: rgb(190,138,134); }

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

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

 a { background-color: rgb(190,138,134); }

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

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

 span { border-color: rgb(190,138,134); }

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