#BE8D8A

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

Shades of Oriental Pink #BE8D8A

Tints of Oriental Pink #BE8D8A

Color information

#BE8D8A (or 0xBE8D8A) is unknown color: approx Oriental Pink. HEX triplet: BE, 8D and 8A. RGB value is (190,141,138). Sum of RGB (Red+Green+Blue) = 190+141+138=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8D8A is #417275. Grayscale: #9B9B9B. Windows color (decimal): -4289142 or 9080254. OLE color: 9080254.

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

Color convert

RGB190141138-
CMYK00.260.270.25
HSL3.46º28.57%64.31%-
HSV(B)3.46º27.37%74.51%-
XYZ35.3531.8328.33-
YUV155.31118.23152.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 141 (55.47% from 255) = 30.06%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=40.51%
G=30.06%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014113800.260.270.253.4628.5764.31
HexBE8D8A01A1B1931d40
Octal2762152120323331335100
Binary101111101000110110001010011010110111100111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D8A; }

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

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

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

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

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

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

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

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