#BE8986

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

Shades of Oriental Pink #BE8986

Tints of Oriental Pink #BE8986

Color information

#BE8986 (or 0xBE8986) is unknown color: approx Oriental Pink. HEX triplet: BE, 89 and 86. RGB value is (190,137,134). Sum of RGB (Red+Green+Blue) = 190+137+134=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8986 is #417679. Grayscale: #989898. Windows color (decimal): -4290170 or 8817086. OLE color: 8817086.

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

Color convert

RGB190137134-
CMYK00.280.290.25
HSL3.21º30.11%63.53%-
HSV(B)3.21º29.47%74.51%-
XYZ34.4830.5626.64-
YUV152.5117.56154.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 134 (52.73% from 255) = 29.07%
R=41.21%
G=29.72%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013713400.280.290.253.2130.1163.53
HexBE898601C1D1931e40
Octal2762112060343531336100
Binary101111101000100110000110011100111011100111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8986; }

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

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

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

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

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

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

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

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