#BE9086

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

Shades of Oriental Pink #BE9086

Tints of Oriental Pink #BE9086

Color information

#BE9086 (or 0xBE9086) is unknown color: approx Oriental Pink. HEX triplet: BE, 90 and 86. RGB value is (190,144,134). Sum of RGB (Red+Green+Blue) = 190+144+134=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9086 is #416F79. Grayscale: #9C9C9C. Windows color (decimal): -4288378 or 8818878. OLE color: 8818878.

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

Color convert

RGB190144134-
CMYK00.240.290.25
HSL10.71º30.11%63.53%-
HSV(B)10.71º29.47%74.51%-
XYZ35.5132.6126.98-
YUV156.61115.24151.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 144 (56.64% from 255) = 30.77%
BLUE value IS 134 (52.73% from 255) = 28.63%
R=40.60%
G=30.77%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014413400.240.290.2510.7130.1163.53
HexBE90860181D19b1e40
Octal27622020603035311336100
Binary10111110100100001000011001100011101110011011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9086; }

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

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

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

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

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

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

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

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