#BE8B89

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

Shades of Oriental Pink #BE8B89

Tints of Oriental Pink #BE8B89

Color information

#BE8B89 (or 0xBE8B89) is unknown color: approx Oriental Pink. HEX triplet: BE, 8B and 89. RGB value is (190,139,137). Sum of RGB (Red+Green+Blue) = 190+139+137=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8B89 is #417476. Grayscale: #9A9A9A. Windows color (decimal): -4289655 or 9014206. OLE color: 9014206.

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

Color convert

RGB190139137-
CMYK00.270.280.25
HSL2.26º28.96%64.12%-
HSV(B)2.26º27.89%74.51%-
XYZ34.9831.2227.85-
YUV154.02118.4153.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 139 (54.69% from 255) = 29.83%
BLUE value IS 137 (53.91% from 255) = 29.40%
R=40.77%
G=29.83%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013913700.270.280.252.2628.9664.12
HexBE8B8901B1C1921d40
Octal2762132110333431235100
Binary101111101000101110001001011011111001100110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B89; }

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

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

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

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

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

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

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

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