Html Css Color HEX #BE947C Pale Taupe

📋 copy color: '#BE947C'

red 190 ◦ green 148 ◦ blue 124

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

Shades of Pale Taupe #BE947C

Tints of Pale Taupe #BE947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.03%

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

R = 41.13%
G = 32.03%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE947C (or 0xBE947C) is known color: Pale Taupe. HEX triplet: BE, 94 and 7C. RGB value is (190,148,124). Sum of RGB (Red+Green+Blue) = 190+148+124=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE947C is #416B83. Grayscale: #9D9D9D. Windows color (decimal): -4287364 or 8164542. OLE color: 8164542.

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

Color convert

RGB 190 148 124 -
CMYK 0 0.22 0.35 0.25
HSL 21.82º 0.34% 0.62% -
HSV(B) 21.82º 0.35% 0.75% -
XYZ 35.46 33.58 23.68 -
YUV 157.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 190 148 124 0 0.22 0.35 0.25 21.82 0.34 0.62
Hex BE 94 7C 0 16 23 19 16 22 3E
Octal 276 224 174 0 26 43 31 26 42 76
Binary 10111110 10010100 1111100 0 10110 100011 11001 10110 100010 111110

Color Harmonies of #BE947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE947C

Black with #BE947C

Text Example


Text Example

White with #BE947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE947C; }

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

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

background-color css

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

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

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

border-color css

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

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

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