Html Css Color HEX #BE917E Pale Taupe

📋 copy color: '#BE917E'

red 190 ◦ green 145 ◦ blue 126

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

Shades of Pale Taupe #BE917E

Tints of Pale Taupe #BE917E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.45%

 BLUE value IS 126 (49.61% from 255) = 27.33%

R = 41.21%
G = 31.45%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE917E (or 0xBE917E) is known color: Pale Taupe. HEX triplet: BE, 91 and 7E. RGB value is (190,145,126). Sum of RGB (Red+Green+Blue) = 190+145+126=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE917E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE917E is #416E81. Grayscale: #9C9C9C. Windows color (decimal): -4288130 or 8294846. OLE color: 8294846.

HSL color Cylindrical-coordinate representation of color #BE917E: hue angle of 17.81º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE917E is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 145 126 -
CMYK 0 0.24 0.34 0.25
HSL 17.81º 0.33% 0.62% -
HSV(B) 17.81º 0.34% 0.75% -
XYZ 35.13 32.7 24.2 -
YUV 156.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 190 145 126 0 0.24 0.34 0.25 17.81 0.33 0.62
Hex BE 91 7E 0 18 22 19 12 21 3E
Octal 276 221 176 0 30 42 31 22 41 76
Binary 10111110 10010001 1111110 0 11000 100010 11001 10010 100001 111110

Color Harmonies of #BE917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE917E

Black with #BE917E

Text Example


Text Example

White with #BE917E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE917E; }

 p { color: rgb(190,145,126); }

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

background-color css

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

 a { background-color: rgb(190,145,126); }

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

border-color css

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

 span { border-color: rgb(190,145,126); }

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