#BE8681

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

Shades of Oriental Pink #BE8681

Tints of Oriental Pink #BE8681

Color information

#BE8681 (or 0xBE8681) is unknown color: approx Oriental Pink. HEX triplet: BE, 86 and 81. RGB value is (190,134,129). Sum of RGB (Red+Green+Blue) = 190+134+129=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8681 is #41797E. Grayscale: #969696. Windows color (decimal): -4290943 or 8488638. OLE color: 8488638.

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

Color convert

RGB190134129-
CMYK00.290.320.25
HSL4.92º31.94%62.55%-
HSV(B)4.92º32.11%74.51%-
XYZ33.7229.5824.7-
YUV150.17116.05156.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.94%
GREEN value IS 134 (52.73% from 255) = 29.58%
BLUE value IS 129 (50.78% from 255) = 28.48%
R=41.94%
G=29.58%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013412900.290.320.254.9231.9462.55
HexBE868101D20195203f
Octal276206201035403154077
Binary10111110100001101000000101110110000011001101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8681; }

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

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

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

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

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

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

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

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