#BE8E8B

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

Shades of Oriental Pink #BE8E8B

Tints of Oriental Pink #BE8E8B

Color information

#BE8E8B (or 0xBE8E8B) is unknown color: approx Oriental Pink. HEX triplet: BE, 8E and 8B. RGB value is (190,142,139). Sum of RGB (Red+Green+Blue) = 190+142+139=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8E8B is #417174. Grayscale: #9C9C9C. Windows color (decimal): -4288885 or 9146046. OLE color: 9146046.

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

Color convert

RGB190142139-
CMYK00.250.270.25
HSL3.53º28.18%64.51%-
HSV(B)3.53º26.84%74.51%-
XYZ35.5732.1628.76-
YUV156.01118.4152.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 142 (55.86% from 255) = 30.15%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=40.34%
G=30.15%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014213900.250.270.253.5328.1864.51
HexBE8E8B0191B1941c41
Octal2762162130313331434101
Binary1011111010001110100010110110011101111001100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E8B; }

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

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

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

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

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

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

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

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