Html Css Color HEX #BE9776 Pale Taupe

📋 copy color: '#BE9776'

red 190 ◦ green 151 ◦ blue 118

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

Shades of Pale Taupe #BE9776

Tints of Pale Taupe #BE9776

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.9%

 BLUE value IS 118 (46.48% from 255) = 25.71%

R = 41.39%
G = 32.9%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE9776 (or 0xBE9776) is known color: Pale Taupe. HEX triplet: BE, 97 and 76. RGB value is (190,151,118). Sum of RGB (Red+Green+Blue) = 190+151+118=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9776 is #416889. Grayscale: #9F9F9F. Windows color (decimal): -4286602 or 7772094. OLE color: 7772094.

HSL color Cylindrical-coordinate representation of color #BE9776: hue angle of 27.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE9776 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 151 118 -
CMYK 0 0.21 0.38 0.25
HSL 27.5º 0.36% 0.6% -
HSV(B) 27.5º 0.38% 0.75% -
XYZ 35.57 34.39 21.9 -
YUV 158.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 190 151 118 0 0.21 0.38 0.25 27.5 0.36 0.6
Hex BE 97 76 0 15 26 19 1C 24 3C
Octal 276 227 166 0 25 46 31 34 44 74
Binary 10111110 10010111 1110110 0 10101 100110 11001 11100 100100 111100

Color Harmonies of #BE9776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9776

Black with #BE9776

Text Example


Text Example

White with #BE9776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9776; }

 p { color: rgb(190,151,118); }

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

background-color css

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

 a { background-color: rgb(190,151,118); }

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

border-color css

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

 span { border-color: rgb(190,151,118); }

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