Html Css Color HEX #BE9B86 Pale Taupe

📋 copy color: '#BE9B86'

red 190 ◦ green 155 ◦ blue 134

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

Shades of Pale Taupe #BE9B86

Tints of Pale Taupe #BE9B86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.97%

R = 39.67%
G = 32.36%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE9B86 (or 0xBE9B86) is known color: Pale Taupe. HEX triplet: BE, 9B and 86. RGB value is (190,155,134). Sum of RGB (Red+Green+Blue) = 190+155+134=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9B86 is #416479. Grayscale: #A3A3A3. Windows color (decimal): -4285562 or 8821694. OLE color: 8821694.

HSL color Cylindrical-coordinate representation of color #BE9B86: hue angle of 22.5º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE9B86 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 155 134 -
CMYK 0 0.18 0.29 0.25
HSL 22.5º 0.3% 0.64% -
HSV(B) 22.5º 0.29% 0.75% -
XYZ 37.26 36.11 27.56 -
YUV 163.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 190 155 134 0 0.18 0.29 0.25 22.5 0.3 0.64
Hex BE 9B 86 0 12 1D 19 16 1E 40
Octal 276 233 206 0 22 35 31 26 36 100
Binary 10111110 10011011 10000110 0 10010 11101 11001 10110 11110 1000000

Color Harmonies of #BE9B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9B86

Black with #BE9B86

Text Example


Text Example

White with #BE9B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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