#BE8781

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

Shades of Oriental Pink #BE8781

Tints of Oriental Pink #BE8781

Color information

#BE8781 (or 0xBE8781) is unknown color: approx Oriental Pink. HEX triplet: BE, 87 and 81. RGB value is (190,135,129). Sum of RGB (Red+Green+Blue) = 190+135+129=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8781 is #41787E. Grayscale: #969696. Windows color (decimal): -4290687 or 8488894. OLE color: 8488894.

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

Color convert

RGB190135129-
CMYK00.290.320.25
HSL5.9º31.94%62.55%-
HSV(B)5.9º32.11%74.51%-
XYZ33.8629.8624.75-
YUV150.76115.72155.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 135 (53.12% from 255) = 29.74%
BLUE value IS 129 (50.78% from 255) = 28.41%
R=41.85%
G=29.74%
B=28.41%

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
Decimal19013512900.290.320.255.931.9462.55
HexBE878101D20196203f
Octal276207201035403164077
Binary10111110100001111000000101110110000011001110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8781; }

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

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

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

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

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

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

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

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