#BE8887

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

Shades of Oriental Pink #BE8887

Tints of Oriental Pink #BE8887

Color information

#BE8887 (or 0xBE8887) is unknown color: approx Oriental Pink. HEX triplet: BE, 88 and 87. RGB value is (190,136,135). Sum of RGB (Red+Green+Blue) = 190+136+135=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8887 is #417778. Grayscale: #989898. Windows color (decimal): -4290425 or 8882366. OLE color: 8882366.

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

Color convert

RGB190136135-
CMYK00.280.290.25
HSL1.09º29.73%63.73%-
HSV(B)1.09º28.95%74.51%-
XYZ34.4130.326.96-
YUV152.03118.39155.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 136 (53.52% from 255) = 29.50%
BLUE value IS 135 (53.12% from 255) = 29.28%
R=41.21%
G=29.50%
B=29.28%

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
Decimal19013613500.280.290.251.0929.7363.73
HexBE888701C1D1911e40
Octal2762102070343531136100
Binary10111110100010001000011101110011101110011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8887; }

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

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

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

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

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

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

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

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