Html Css Color HEX #BE947D Pale Taupe

📋 copy color: '#BE947D'

red 190 ◦ green 148 ◦ blue 125

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

Shades of Pale Taupe #BE947D

Tints of Pale Taupe #BE947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27%

R = 41.04%
G = 31.97%
B = 27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE947D (or 0xBE947D) is known color: Pale Taupe. HEX triplet: BE, 94 and 7D. RGB value is (190,148,125). Sum of RGB (Red+Green+Blue) = 190+148+125=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE947D is #416B82. Grayscale: #9E9E9E. Windows color (decimal): -4287363 or 8230078. OLE color: 8230078.

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

Color convert

RGB 190 148 125 -
CMYK 0 0.22 0.34 0.25
HSL 21.23º 0.33% 0.62% -
HSV(B) 21.23º 0.34% 0.75% -
XYZ 35.53 33.61 24.02 -
YUV 157.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 190 148 125 0 0.22 0.34 0.25 21.23 0.33 0.62
Hex BE 94 7D 0 16 22 19 15 21 3E
Octal 276 224 175 0 26 42 31 25 41 76
Binary 10111110 10010100 1111101 0 10110 100010 11001 10101 100001 111110

Color Harmonies of #BE947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE947D

Black with #BE947D

Text Example


Text Example

White with #BE947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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