#BE8987

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

Shades of Oriental Pink #BE8987

Tints of Oriental Pink #BE8987

Color information

#BE8987 (or 0xBE8987) is unknown color: approx Oriental Pink. HEX triplet: BE, 89 and 87. RGB value is (190,137,135). Sum of RGB (Red+Green+Blue) = 190+137+135=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8987 is #417678. Grayscale: #989898. Windows color (decimal): -4290169 or 8882622. OLE color: 8882622.

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

Color convert

RGB190137135-
CMYK00.280.290.25
HSL2.18º29.73%63.73%-
HSV(B)2.18º28.95%74.51%-
XYZ34.5530.5927-
YUV152.62118.06154.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 137 (53.91% from 255) = 29.65%
BLUE value IS 135 (53.12% from 255) = 29.22%
R=41.13%
G=29.65%
B=29.22%

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
Decimal19013713500.280.290.252.1829.7363.73
HexBE898701C1D1921e40
Octal2762112070343531236100
Binary101111101000100110000111011100111011100110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8987; }

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

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

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

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

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

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

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

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