#BE8B87

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

Shades of Oriental Pink #BE8B87

Tints of Oriental Pink #BE8B87

Color information

#BE8B87 (or 0xBE8B87) is unknown color: approx Oriental Pink. HEX triplet: BE, 8B and 87. RGB value is (190,139,135). Sum of RGB (Red+Green+Blue) = 190+139+135=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8B87 is #417478. Grayscale: #999999. Windows color (decimal): -4289657 or 8883134. OLE color: 8883134.

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

Color convert

RGB190139135-
CMYK00.270.290.25
HSL4.36º29.73%63.73%-
HSV(B)4.36º28.95%74.51%-
XYZ34.8431.1627.1-
YUV153.79117.4153.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 139 (54.69% from 255) = 29.96%
BLUE value IS 135 (53.12% from 255) = 29.09%
R=40.95%
G=29.96%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013913500.270.290.254.3629.7363.73
HexBE8B8701B1D1941e40
Octal2762132070333531436100
Binary1011111010001011100001110110111110111001100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B87; }

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

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

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

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

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

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

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

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