#BE8D89

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

Shades of Oriental Pink #BE8D89

Tints of Oriental Pink #BE8D89

Color information

#BE8D89 (or 0xBE8D89) is unknown color: approx Oriental Pink. HEX triplet: BE, 8D and 89. RGB value is (190,141,137). Sum of RGB (Red+Green+Blue) = 190+141+137=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8D89 is #417276. Grayscale: #9B9B9B. Windows color (decimal): -4289143 or 9014718. OLE color: 9014718.

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

Color convert

RGB190141137-
CMYK00.260.280.25
HSL4.53º28.96%64.12%-
HSV(B)4.53º27.89%74.51%-
XYZ35.2831.827.95-
YUV155.2117.73152.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 141 (55.47% from 255) = 30.13%
BLUE value IS 137 (53.91% from 255) = 29.27%
R=40.60%
G=30.13%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014113700.260.280.254.5328.9664.12
HexBE8D8901A1C1951d40
Octal2762152110323431535100
Binary1011111010001101100010010110101110011001101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D89; }

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

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

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

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

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

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

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

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