Html Css Color HEX #BE938B Oriental Pink

📋 copy color: '#BE938B'

red 190 ◦ green 147 ◦ blue 139

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

Shades of Oriental Pink #BE938B

Tints of Oriental Pink #BE938B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.2%

R = 39.92%
G = 30.88%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE938B (or 0xBE938B) is known color: Oriental Pink. HEX triplet: BE, 93 and 8B. RGB value is (190,147,139). Sum of RGB (Red+Green+Blue) = 190+147+139=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE938B is #416C74. Grayscale: #9F9F9F. Windows color (decimal): -4287605 or 9147326. OLE color: 9147326.

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

Color convert

RGB 190 147 139 -
CMYK 0 0.23 0.27 0.25
HSL 9.41º 0.28% 0.65% -
HSV(B) 9.41º 0.27% 0.75% -
XYZ 36.33 33.68 29.01 -
YUV 158.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 190 147 139 0 0.23 0.27 0.25 9.41 0.28 0.65
Hex BE 93 8B 0 17 1B 19 9 1C 41
Octal 276 223 213 0 27 33 31 11 34 101
Binary 10111110 10010011 10001011 0 10111 11011 11001 1001 11100 1000001

Color Harmonies of #BE938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE938B

Black with #BE938B

Text Example


Text Example

White with #BE938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE938B; }

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

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

background-color css

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

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

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

border-color css

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

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

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