#BE977E

Color #BE977E Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #BE977E

Tints of Pale Taupe #BE977E

Color information

#BE977E (or 0xBE977E) is unknown color: approx Pale Taupe. HEX triplet: BE, 97 and 7E. RGB value is (190,151,126). Sum of RGB (Red+Green+Blue) = 190+151+126=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE977E is #416881. Grayscale: #9F9F9F. Windows color (decimal): -4286594 or 8296382. OLE color: 8296382.

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

Color convert

RGB190151126-
CMYK00.210.340.25
HSL23.44º32.99%61.96%-
HSV(B)23.44º33.68%74.51%-
XYZ36.0734.5924.51-
YUV159.81108.92149.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 126 (49.61% from 255) = 26.98%
R=40.69%
G=32.33%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015112600.210.340.2523.4432.9961.96
HexBE977E015221917213e
Octal2762271760254231274176
Binary101111101001011111111100101011000101100110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE977E; }

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

 H1.HeaderClassName
 {
   color: #BE977E;
 }
 .AnyTagClassName
 {
   color: #BE977E;
 }
</style>
background-color css

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

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

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

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

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

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