#BE908A

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

Shades of Oriental Pink #BE908A

Tints of Oriental Pink #BE908A

Color information

#BE908A (or 0xBE908A) is unknown color: approx Oriental Pink. HEX triplet: BE, 90 and 8A. RGB value is (190,144,138). Sum of RGB (Red+Green+Blue) = 190+144+138=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE908A is #416F75. Grayscale: #9D9D9D. Windows color (decimal): -4288374 or 9081022. OLE color: 9081022.

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

Color convert

RGB190144138-
CMYK00.240.270.25
HSL6.92º28.57%64.31%-
HSV(B)6.92º27.37%74.51%-
XYZ35.832.7328.48-
YUV157.07117.24151.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 144 (56.64% from 255) = 30.51%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=40.25%
G=30.51%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014413800.240.270.256.9228.5764.31
HexBE908A0181B1971d40
Octal2762202120303331735100
Binary1011111010010000100010100110001101111001111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE908A; }

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

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

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

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

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

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

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

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