#BE928D

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

Shades of Oriental Pink #BE928D

Tints of Oriental Pink #BE928D

Color information

#BE928D (or 0xBE928D) is unknown color: approx Oriental Pink. HEX triplet: BE, 92 and 8D. RGB value is (190,146,141). Sum of RGB (Red+Green+Blue) = 190+146+141=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE928D is #416D72. Grayscale: #9E9E9E. Windows color (decimal): -4287859 or 9278142. OLE color: 9278142.

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

Color convert

RGB190146141-
CMYK00.230.260.25
HSL6.12º27.37%64.9%-
HSV(B)6.12º25.79%74.51%-
XYZ36.3233.4329.74-
YUV158.59118.08150.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=39.83%
G=30.61%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014614100.230.260.256.1227.3764.9
HexBE928D0171A1961b41
Octal2762222150273231633101
Binary1011111010010010100011010101111101011001110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE928D; }

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

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

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

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

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

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

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

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