Html Css Color HEX #BE9B80 Pale Taupe

📋 copy color: '#BE9B80'

red 190 ◦ green 155 ◦ blue 128

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

Shades of Pale Taupe #BE9B80

Tints of Pale Taupe #BE9B80

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.77%

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

R = 40.17%
G = 32.77%
B = 27.06%

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

#BE9B80 (or 0xBE9B80) is known color: Pale Taupe. HEX triplet: BE, 9B and 80. RGB value is (190,155,128). Sum of RGB (Red+Green+Blue) = 190+155+128=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9B80 is #41647F. Grayscale: #A2A2A2. Windows color (decimal): -4285568 or 8428478. OLE color: 8428478.

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

Color convert

RGB 190 155 128 -
CMYK 0 0.18 0.33 0.25
HSL 26.13º 0.32% 0.62% -
HSV(B) 26.13º 0.33% 0.75% -
XYZ 36.85 35.95 25.42 -
YUV 162.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 190 155 128 0 0.18 0.33 0.25 26.13 0.32 0.62
Hex BE 9B 80 0 12 21 19 1A 20 3E
Octal 276 233 200 0 22 41 31 32 40 76
Binary 10111110 10011011 10000000 0 10010 100001 11001 11010 100000 111110

Color Harmonies of #BE9B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9B80

Black with #BE9B80

Text Example


Text Example

White with #BE9B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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