Html Css Color HEX #BE9C80 Pale Taupe

📋 copy color: '#BE9C80'

red 190 ◦ green 156 ◦ blue 128

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

Shades of Pale Taupe #BE9C80

Tints of Pale Taupe #BE9C80

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.91%

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

R = 40.08%
G = 32.91%
B = 27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE9C80 (or 0xBE9C80) is known color: Pale Taupe. HEX triplet: BE, 9C and 80. RGB value is (190,156,128). Sum of RGB (Red+Green+Blue) = 190+156+128=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9C80 is #41637F. Grayscale: #A3A3A3. Windows color (decimal): -4285312 or 8428734. OLE color: 8428734.

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

Color convert

RGB 190 156 128 -
CMYK 0 0.18 0.33 0.25
HSL 27.1º 0.32% 0.62% -
HSV(B) 27.1º 0.33% 0.75% -
XYZ 37.02 36.28 25.47 -
YUV 162.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 190 156 128 0 0.18 0.33 0.25 27.1 0.32 0.62
Hex BE 9C 80 0 12 21 19 1B 20 3E
Octal 276 234 200 0 22 41 31 33 40 76
Binary 10111110 10011100 10000000 0 10010 100001 11001 11011 100000 111110

Color Harmonies of #BE9C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C80

Black with #BE9C80

Text Example


Text Example

White with #BE9C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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