#BE928A

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

Shades of Oriental Pink #BE928A

Tints of Oriental Pink #BE928A

Color information

#BE928A (or 0xBE928A) is unknown color: approx Oriental Pink. HEX triplet: BE, 92 and 8A. RGB value is (190,146,138). Sum of RGB (Red+Green+Blue) = 190+146+138=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE928A is #416D75. Grayscale: #9E9E9E. Windows color (decimal): -4287862 or 9081534. OLE color: 9081534.

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

Color convert

RGB190146138-
CMYK00.230.270.25
HSL9.23º28.57%64.31%-
HSV(B)9.23º27.37%74.51%-
XYZ36.133.3428.58-
YUV158.24116.58150.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 146 (57.42% from 255) = 30.80%
BLUE value IS 138 (54.30% from 255) = 29.11%
R=40.08%
G=30.80%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014613800.230.270.259.2328.5764.31
HexBE928A0171B1991d40
Octal27622221202733311135100
Binary10111110100100101000101001011111011110011001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE928A; }

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

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

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

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

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

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

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

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