#BE8381

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

Shades of Oriental Pink #BE8381

Tints of Oriental Pink #BE8381

Color information

#BE8381 (or 0xBE8381) is unknown color: approx Oriental Pink. HEX triplet: BE, 83 and 81. RGB value is (190,131,129). Sum of RGB (Red+Green+Blue) = 190+131+129=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8381 is #417C7E. Grayscale: #949494. Windows color (decimal): -4291711 or 8487870. OLE color: 8487870.

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

Color convert

RGB190131129-
CMYK00.310.320.25
HSL1.97º31.94%62.55%-
HSV(B)1.97º32.11%74.51%-
XYZ33.3128.7624.57-
YUV148.41117.05157.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.22%
GREEN value IS 131 (51.56% from 255) = 29.11%
BLUE value IS 129 (50.78% from 255) = 28.67%
R=42.22%
G=29.11%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013112900.310.320.251.9731.9462.55
HexBE838101F20192203f
Octal276203201037403124077
Binary1011111010000011100000010111111000001100110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8381; }

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

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

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

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

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

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

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

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