Html Css Color HEX #BE938D Oriental Pink

📋 copy color: '#BE938D'

red 190 ◦ green 147 ◦ blue 141

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

Shades of Oriental Pink #BE938D

Tints of Oriental Pink #BE938D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 39.75%
G = 30.75%
B = 29.5%

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

#BE938D (or 0xBE938D) is known color: Oriental Pink. HEX triplet: BE, 93 and 8D. RGB value is (190,147,141). Sum of RGB (Red+Green+Blue) = 190+147+141=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE938D is #416C72. Grayscale: #9F9F9F. Windows color (decimal): -4287603 or 9278398. OLE color: 9278398.

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

Color convert

RGB 190 147 141 -
CMYK 0 0.23 0.26 0.25
HSL 7.35º 0.27% 0.65% -
HSV(B) 7.35º 0.26% 0.75% -
XYZ 36.48 33.74 29.79 -
YUV 159.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 190 147 141 0 0.23 0.26 0.25 7.35 0.27 0.65
Hex BE 93 8D 0 17 1A 19 7 1B 41
Octal 276 223 215 0 27 32 31 7 33 101
Binary 10111110 10010011 10001101 0 10111 11010 11001 111 11011 1000001

Color Harmonies of #BE938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE938D

Black with #BE938D

Text Example


Text Example

White with #BE938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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