Html Css Color HEX #BE938C Oriental Pink

📋 copy color: '#BE938C'

red 190 ◦ green 147 ◦ blue 140

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

Shades of Oriental Pink #BE938C

Tints of Oriental Pink #BE938C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.35%

R = 39.83%
G = 30.82%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE938C (or 0xBE938C) is known color: Oriental Pink. HEX triplet: BE, 93 and 8C. RGB value is (190,147,140). Sum of RGB (Red+Green+Blue) = 190+147+140=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE938C is #416C73. Grayscale: #9F9F9F. Windows color (decimal): -4287604 or 9212862. OLE color: 9212862.

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

Color convert

RGB 190 147 140 -
CMYK 0 0.23 0.26 0.25
HSL 8.4º 0.28% 0.65% -
HSV(B) 8.4º 0.26% 0.75% -
XYZ 36.4 33.71 29.4 -
YUV 159.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 190 147 140 0 0.23 0.26 0.25 8.4 0.28 0.65
Hex BE 93 8C 0 17 1A 19 8 1C 41
Octal 276 223 214 0 27 32 31 10 34 101
Binary 10111110 10010011 10001100 0 10111 11010 11001 1000 11100 1000001

Color Harmonies of #BE938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE938C

Black with #BE938C

Text Example


Text Example

White with #BE938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE938C; }

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

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

background-color css

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

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

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

border-color css

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

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

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