Html Css Color HEX #BE9A86 Pale Taupe

📋 copy color: '#BE9A86'

red 190 ◦ green 154 ◦ blue 134

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

Shades of Pale Taupe #BE9A86

Tints of Pale Taupe #BE9A86

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.22%

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

R = 39.75%
G = 32.22%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE9A86 (or 0xBE9A86) is known color: Pale Taupe. HEX triplet: BE, 9A and 86. RGB value is (190,154,134). Sum of RGB (Red+Green+Blue) = 190+154+134=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A86 is #416579. Grayscale: #A2A2A2. Windows color (decimal): -4285818 or 8821438. OLE color: 8821438.

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

Color convert

RGB 190 154 134 -
CMYK 0 0.19 0.29 0.25
HSL 21.43º 0.3% 0.64% -
HSV(B) 21.43º 0.29% 0.75% -
XYZ 37.09 35.78 27.51 -
YUV 162.48 111.93 147.63 -
System Red Green Blue C M Y K H S L
Decimal 190 154 134 0 0.19 0.29 0.25 21.43 0.3 0.64
Hex BE 9A 86 0 13 1D 19 15 1E 40
Octal 276 232 206 0 23 35 31 25 36 100
Binary 10111110 10011010 10000110 0 10011 11101 11001 10101 11110 1000000

Color Harmonies of #BE9A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A86

Black with #BE9A86

Text Example


Text Example

White with #BE9A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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