Html Css Color HEX #BE9E80 Pale Taupe

📋 copy color: '#BE9E80'

red 190 ◦ green 158 ◦ blue 128

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

Shades of Pale Taupe #BE9E80

Tints of Pale Taupe #BE9E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.19%

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

R = 39.92%
G = 33.19%
B = 26.89%

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

#BE9E80 (or 0xBE9E80) is known color: Pale Taupe. HEX triplet: BE, 9E and 80. RGB value is (190,158,128). Sum of RGB (Red+Green+Blue) = 190+158+128=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E80 is #41617F. Grayscale: #A4A4A4. Windows color (decimal): -4284800 or 8429246. OLE color: 8429246.

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

Color convert

RGB 190 158 128 -
CMYK 0 0.17 0.33 0.25
HSL 29.03º 0.32% 0.62% -
HSV(B) 29.03º 0.33% 0.75% -
XYZ 37.36 36.96 25.59 -
YUV 164.15 107.6 146.44 -
System Red Green Blue C M Y K H S L
Decimal 190 158 128 0 0.17 0.33 0.25 29.03 0.32 0.62
Hex BE 9E 80 0 11 21 19 1D 20 3E
Octal 276 236 200 0 21 41 31 35 40 76
Binary 10111110 10011110 10000000 0 10001 100001 11001 11101 100000 111110

Color Harmonies of #BE9E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E80

Black with #BE9E80

Text Example


Text Example

White with #BE9E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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