Html Css Color HEX #BE917C Pale Taupe

📋 copy color: '#BE917C'

red 190 ◦ green 145 ◦ blue 124

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

Shades of Pale Taupe #BE917C

Tints of Pale Taupe #BE917C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.02%

R = 41.39%
G = 31.59%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE917C (or 0xBE917C) is known color: Pale Taupe. HEX triplet: BE, 91 and 7C. RGB value is (190,145,124). Sum of RGB (Red+Green+Blue) = 190+145+124=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE917C is #416E83. Grayscale: #9C9C9C. Windows color (decimal): -4288132 or 8163774. OLE color: 8163774.

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

Color convert

RGB 190 145 124 -
CMYK 0 0.24 0.35 0.25
HSL 19.09º 0.34% 0.62% -
HSV(B) 19.09º 0.35% 0.75% -
XYZ 35 32.65 23.53 -
YUV 156.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 190 145 124 0 0.24 0.35 0.25 19.09 0.34 0.62
Hex BE 91 7C 0 18 23 19 13 22 3E
Octal 276 221 174 0 30 43 31 23 42 76
Binary 10111110 10010001 1111100 0 11000 100011 11001 10011 100010 111110

Color Harmonies of #BE917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE917C

Black with #BE917C

Text Example


Text Example

White with #BE917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE917C; }

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

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

background-color css

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

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

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

border-color css

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

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

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