#BE9186

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

Shades of Oriental Pink #BE9186

Tints of Oriental Pink #BE9186

Color information

#BE9186 (or 0xBE9186) is unknown color: approx Oriental Pink. HEX triplet: BE, 91 and 86. RGB value is (190,145,134). Sum of RGB (Red+Green+Blue) = 190+145+134=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9186 is #416E79. Grayscale: #9D9D9D. Windows color (decimal): -4288122 or 8819134. OLE color: 8819134.

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

Color convert

RGB190145134-
CMYK00.240.290.25
HSL11.79º30.11%63.53%-
HSV(B)11.79º29.47%74.51%-
XYZ35.6632.9227.03-
YUV157.2114.91151.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 134 (52.73% from 255) = 28.57%
R=40.51%
G=30.92%
B=28.57%

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
Decimal19014513400.240.290.2511.7930.1163.53
HexBE91860181D19c1e40
Octal27622120603035311436100
Binary10111110100100011000011001100011101110011100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9186; }

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

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

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

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

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

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

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

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