Html Css Color HEX #BE9D80 Pale Taupe

📋 copy color: '#BE9D80'

red 190 ◦ green 157 ◦ blue 128

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

Shades of Pale Taupe #BE9D80

Tints of Pale Taupe #BE9D80

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.05%

 BLUE value IS 128 (50.39% from 255) = 26.95%

R = 40%
G = 33.05%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE9D80 (or 0xBE9D80) is known color: Pale Taupe. HEX triplet: BE, 9D and 80. RGB value is (190,157,128). Sum of RGB (Red+Green+Blue) = 190+157+128=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9D80 is #41627F. Grayscale: #A3A3A3. Windows color (decimal): -4285056 or 8428990. OLE color: 8428990.

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

Color convert

RGB 190 157 128 -
CMYK 0 0.17 0.33 0.25
HSL 28.06º 0.32% 0.62% -
HSV(B) 28.06º 0.33% 0.75% -
XYZ 37.19 36.62 25.53 -
YUV 163.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 190 157 128 0 0.17 0.33 0.25 28.06 0.32 0.62
Hex BE 9D 80 0 11 21 19 1C 20 3E
Octal 276 235 200 0 21 41 31 34 40 76
Binary 10111110 10011101 10000000 0 10001 100001 11001 11100 100000 111110

Color Harmonies of #BE9D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9D80

Black with #BE9D80

Text Example


Text Example

White with #BE9D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9D80; }

 p { color: rgb(190,157,128); }

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

background-color css

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

 a { background-color: rgb(190,157,128); }

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

border-color css

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

 span { border-color: rgb(190,157,128); }

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