#BE8181

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

Shades of Oriental Pink #BE8181

Tints of Oriental Pink #BE8181

Color information

#BE8181 (or 0xBE8181) is unknown color: approx Oriental Pink. HEX triplet: BE, 81 and 81. RGB value is (190,129,129). Sum of RGB (Red+Green+Blue) = 190+129+129=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8181 is #417E7E. Grayscale: #939393. Windows color (decimal): -4292223 or 8487358. OLE color: 8487358.

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

Color convert

RGB190129129-
CMYK00.320.320.25
HSL31.94%62.55%-
HSV(B)32.11%74.51%-
XYZ33.0528.2324.48-
YUV147.24117.71158.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 129 (50.78% from 255) = 28.79%
R=42.41%
G=28.79%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012912900.320.320.25031.9462.55
HexBE818102020190203f
Octal276201201040403104077
Binary1011111010000001100000010100000100000110010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8181; }

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

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

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

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

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

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

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

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