#BE948D

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

Shades of Oriental Pink #BE948D

Tints of Oriental Pink #BE948D

Color information

#BE948D (or 0xBE948D) is unknown color: approx Oriental Pink. HEX triplet: BE, 94 and 8D. RGB value is (190,148,141). Sum of RGB (Red+Green+Blue) = 190+148+141=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE948D is #416B72. Grayscale: #9F9F9F. Windows color (decimal): -4287347 or 9278654. OLE color: 9278654.

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

Color convert

RGB190148141-
CMYK00.220.260.25
HSL8.57º27.37%64.9%-
HSV(B)8.57º25.79%74.51%-
XYZ36.6334.0529.84-
YUV159.76117.41149.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=39.67%
G=30.90%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014814100.220.260.258.5727.3764.9
HexBE948D0161A1991b41
Octal27622421502632311133101
Binary10111110100101001000110101011011010110011001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE948D; }

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

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

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

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

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

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

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

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