#BE8D86

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

Shades of Oriental Pink #BE8D86

Tints of Oriental Pink #BE8D86

Color information

#BE8D86 (or 0xBE8D86) is unknown color: approx Oriental Pink. HEX triplet: BE, 8D and 86. RGB value is (190,141,134). Sum of RGB (Red+Green+Blue) = 190+141+134=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8D86 is #417279. Grayscale: #9A9A9A. Windows color (decimal): -4289146 or 8818110. OLE color: 8818110.

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

Color convert

RGB190141134-
CMYK00.260.290.25
HSL7.5º30.11%63.53%-
HSV(B)7.5º29.47%74.51%-
XYZ35.0631.7226.83-
YUV154.85116.23153.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 134 (52.73% from 255) = 28.82%
R=40.86%
G=30.32%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014113400.260.290.257.530.1163.53
HexBE8D8601A1D1981e40
Octal27621520603235311036100
Binary10111110100011011000011001101011101110011000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D86; }

 p { color: rgb(190,141,134); }

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

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

 a { background-color: rgb(190,141,134); }

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

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

 span { border-color: rgb(190,141,134); }

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