#BE908B

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

Shades of Oriental Pink #BE908B

Tints of Oriental Pink #BE908B

Color information

#BE908B (or 0xBE908B) is unknown color: approx Oriental Pink. HEX triplet: BE, 90 and 8B. RGB value is (190,144,139). Sum of RGB (Red+Green+Blue) = 190+144+139=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE908B is #416F74. Grayscale: #9D9D9D. Windows color (decimal): -4288373 or 9146558. OLE color: 9146558.

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

Color convert

RGB190144139-
CMYK00.240.270.25
HSL5.88º28.18%64.51%-
HSV(B)5.88º26.84%74.51%-
XYZ35.8732.7628.86-
YUV157.18117.74151.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 144 (56.64% from 255) = 30.44%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=40.17%
G=30.44%
B=29.39%

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
Decimal19014413900.240.270.255.8828.1864.51
HexBE908B0181B1961c41
Octal2762202130303331634101
Binary1011111010010000100010110110001101111001110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE908B; }

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

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

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

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

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

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

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

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