#BE8F89

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

Shades of Oriental Pink #BE8F89

Tints of Oriental Pink #BE8F89

Color information

#BE8F89 (or 0xBE8F89) is unknown color: approx Oriental Pink. HEX triplet: BE, 8F and 89. RGB value is (190,143,137). Sum of RGB (Red+Green+Blue) = 190+143+137=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8F89 is #417076. Grayscale: #9C9C9C. Windows color (decimal): -4288631 or 9015230. OLE color: 9015230.

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

Color convert

RGB190143137-
CMYK00.250.280.25
HSL6.79º28.96%64.12%-
HSV(B)6.79º27.89%74.51%-
XYZ35.5732.428.05-
YUV156.37117.07151.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 143 (56.25% from 255) = 30.43%
BLUE value IS 137 (53.91% from 255) = 29.15%
R=40.43%
G=30.43%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014313700.250.280.256.7928.9664.12
HexBE8F890191C1971d40
Octal2762172110313431735100
Binary1011111010001111100010010110011110011001111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8F89; }

 p { color: rgb(190,143,137); }

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

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

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

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

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

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

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