#BE948E

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

Shades of Oriental Pink #BE948E

Tints of Oriental Pink #BE948E

Color information

#BE948E (or 0xBE948E) is unknown color: approx Oriental Pink. HEX triplet: BE, 94 and 8E. RGB value is (190,148,142). Sum of RGB (Red+Green+Blue) = 190+148+142=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE948E is #416B71. Grayscale: #9F9F9F. Windows color (decimal): -4287346 or 9344190. OLE color: 9344190.

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

Color convert

RGB190148142-
CMYK00.220.250.25
HSL7.5º26.97%65.1%-
HSV(B)7.5º25.26%74.51%-
XYZ36.7134.0830.23-
YUV159.87117.91149.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 148 (58.20% from 255) = 30.83%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=39.58%
G=30.83%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014814200.220.250.257.526.9765.1
HexBE948E016191981b41
Octal27622421602631311033101
Binary10111110100101001000111001011011001110011000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE948E; }

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

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

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

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

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

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

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

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