Html Css Color HEX #BE938E Oriental Pink

📋 copy color: '#BE938E'

red 190 ◦ green 147 ◦ blue 142

#BE938E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oriental Pink #BE938E

Tints of Oriental Pink #BE938E

RGB

 RED value IS 190 (74.61% from 255) = 39.67%

 GREEN value IS 147 (57.81% from 255) = 30.69%

 BLUE value IS 142 (55.86% from 255) = 29.65%

R = 39.67%
G = 30.69%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE938E (or 0xBE938E) is known color: Oriental Pink. HEX triplet: BE, 93 and 8E. RGB value is (190,147,142). Sum of RGB (Red+Green+Blue) = 190+147+142=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE938E is #416C71. Grayscale: #9F9F9F. Windows color (decimal): -4287602 or 9343934. OLE color: 9343934.

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

Color convert

RGB 190 147 142 -
CMYK 0 0.23 0.25 0.25
HSL 6.25º 0.27% 0.65% -
HSV(B) 6.25º 0.25% 0.75% -
XYZ 36.55 33.77 30.18 -
YUV 159.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 190 147 142 0 0.23 0.25 0.25 6.25 0.27 0.65
Hex BE 93 8E 0 17 19 19 6 1B 41
Octal 276 223 216 0 27 31 31 6 33 101
Binary 10111110 10010011 10001110 0 10111 11001 11001 110 11011 1000001

Color Harmonies of #BE938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE938E

Black with #BE938E

Text Example


Text Example

White with #BE938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE938E; }

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

 H1.HeaderClassName
 {
   color: #BE938E;
 }
 .AnyTagClassName
 {
   color: #BE938E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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